fix(ignore): ignore more server files
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user