Browse Source

Cleanup .gitignore (#629)

pull/654/head
Lipis 6 years ago committed by GitHub
parent
commit
9a17abcb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      .gitignore

24
.gitignore vendored

@ -1,23 +1,11 @@ @@ -1,23 +1,11 @@
# Logs
logs
.DS_Store
.vscode
*.log
build
logs
node_modules
npm-debug.log*
static
yarn-debug.log*
yarn-error.log*
# Build artifacts
build
# Dependency directories
node_modules/
# lock file
yarn.lock
# Editors
.vscode/
.DS_Store
# build files
static/

Loading…
Cancel
Save