add .gitignore
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# ignore ALL .log files
|
||||||
|
*.env
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# ignore submodules
|
||||||
|
project/service/overleaf-toolkit
|
||||||
|
project/service/superset
|
||||||
|
|
||||||
|
# ignore ALL files in ANY directory named temp
|
||||||
|
data/
|
||||||
|
secrets/
|
||||||
|
letsencrypt/
|
||||||
|
config/
|
||||||
|
certs/
|
||||||
|
init/
|
||||||
|
meili_data/
|
||||||
|
log-dashboard/
|
||||||
Reference in New Issue
Block a user