fix(ignore): ignore more server files

This commit is contained in:
Alexey Kasyanchuk
2018-07-07 01:25:03 +03:00
parent e39914e961
commit 7799f1fd21

6
.gitignore vendored
View File

@ -3,13 +3,17 @@ node_modules
Thumbs.db Thumbs.db
*.log *.log
rats.json rats.json
binlog.*
*.pid
version.vrs
sphinx.conf
/dist /dist
/temp /temp
/web /web
/database
# ignore everything in 'app' folder what had been generated from 'src' folder # ignore everything in 'app' folder what had been generated from 'src' folder
/app/app.js /app/app.js
/app/background.js /app/background.js
/app/**/*.map /app/**/*.map