Skip to content

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
imxeno committed Sep 4, 2018
1 parent 84e012d commit 833d78f
Showing 1 changed file with 8 additions and 30 deletions.
38 changes: 8 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,11 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Node.js

# Runtime data
pids
*.pid
*.seed
*.pid.lock
/node_modules

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Visual Studio Code

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env

# API unix socket
/api.sock
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

0 comments on commit 833d78f

Please sign in to comment.