critical-leddemo/.gitignore

32 lines
408 B
Plaintext
Raw Normal View History

2017-06-19 17:10:56 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# Dependencies
node_modules/
# Compiled output
bundle.js
2017-06-19 17:10:56 +00:00
# Runtime data
database.sqlite
# Test coverage
coverage
.nyc_output
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editors and IDEs
.idea
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.swp
2017-06-19 17:10:56 +00:00
# Misc
.DS_Store