40 lines
874 B
Text
40 lines
874 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/
|
|
|
|
# Other old shit
|
|
bepis-old-fix.sh
|
|
.gitconfig # We use nix now..., but old systems still need the symlink, so just dont put in the container
|
|
desktop/
|
|
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)
|
|
username.nix
|