39 lines
755 B
Text
39 lines
755 B
Text
# Sensitive files
|
|
secrets.sh
|
|
SFTP.sublime-settings
|
|
|
|
# Transient files
|
|
*.cache
|
|
**/oscrypto-ca-bundle.crt
|
|
# Sublime
|
|
Package Control.last-run
|
|
Package Control.ca-list
|
|
Package Control.ca-bundle
|
|
Package Control.system-ca-bundle
|
|
Package Control.merged-ca-bundle
|
|
Package Control.user-ca-bundle
|
|
Package Control.cache/
|
|
Package Control.ca-certs/
|
|
|
|
nix-installer
|
|
|
|
# Other old shit
|
|
krita/
|
|
|
|
# Anything else with ignore. prefix in the name
|
|
ignore.*
|
|
|
|
# Ignore .git when copying things
|
|
.git/
|
|
dev.Dockerfile # Ignore self Dockerfile so that changes to this don't cause a rebuild
|
|
|
|
# Ignore build related things
|
|
actions/
|
|
.gitea
|
|
|
|
# Ignore repo related things
|
|
README.md
|
|
|
|
# Ignore things that docker will have to fill itself when building (and dont
|
|
# come by default)
|
|
config.nix
|