Skip to content

Commit

Permalink
馃敡 Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Jun 8, 2018
1 parent d32f9af commit 7016aff
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
node_modules
out
dist
.DS_Store
.env
.gclient_done
**/.npmrc
.tags*
.vs/
.vscode/
*.log
*.pyc
*.sln
*.swp
*.VC.db
*.VC.VC.opendb
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.xcodeproj
/.idea/
/dist/
/external_binaries/
/out/
node_modules/
SHASUMS256.txt
**/yarn.lock
compile_commands.json
.envrc

# npm package
/npm/dist
/npm/path.txt

0 comments on commit 7016aff

Please sign in to comment.