mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
chore: add logs, binaries, and env to .gitignore
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -10,8 +10,17 @@ savedata/*/
|
|||||||
/docker/db-data
|
/docker/db-data
|
||||||
screenshots/*
|
screenshots/*
|
||||||
|
|
||||||
# We don't need the built file
|
# We don't need built files
|
||||||
erupe-ce
|
erupe-ce
|
||||||
|
erupe
|
||||||
|
tools/loganalyzer/loganalyzer
|
||||||
|
|
||||||
# config is install dependent
|
# config is install dependent
|
||||||
config.json
|
config.json
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# Deployment scripts
|
||||||
|
deploy.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user