Cleanup .gitignore (#629)
This commit is contained in:
parent
6886dfdea7
commit
9a17abcb34
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,23 +1,11 @@
|
|||||||
# Logs
|
.DS_Store
|
||||||
logs
|
.vscode
|
||||||
*.log
|
*.log
|
||||||
|
build
|
||||||
|
logs
|
||||||
|
node_modules
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
static
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# Build artifacts
|
|
||||||
build
|
|
||||||
|
|
||||||
# Dependency directories
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# lock file
|
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
# Editors
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# build files
|
|
||||||
static/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user