Ignore data and data_dev folder in git.
Fix: gitignore now ignore /data and /data_dev folders which are runtime app data.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -482,3 +482,7 @@ $RECYCLE.BIN/
|
||||
|
||||
# Vim temporary swap files
|
||||
*.swp
|
||||
|
||||
# App data files and data for dev
|
||||
/data
|
||||
/data_dev
|
||||
|
Reference in New Issue
Block a user