docker,git: ignore more files
This commit is contained in:
committed by
nitnelave
parent
110b7c7d5b
commit
6c9086cc78
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,10 +1,7 @@
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
/target
|
||||
/serve/target/
|
||||
/app/target
|
||||
/app/pkg
|
||||
/auth/target
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
@@ -22,6 +19,9 @@ package.json
|
||||
# Server private key
|
||||
server_key
|
||||
|
||||
# Pre-build binaries
|
||||
*.tar.gz
|
||||
|
||||
# Misc
|
||||
.env
|
||||
recipe.json
|
||||
|
||||
Reference in New Issue
Block a user