accountant-ui/.gitignore

85 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-06-19 22:18:28 +02:00
2017-06-10 17:59:53 +02:00
# Created by https://www.gitignore.io/api/vim,node
2015-06-13 17:35:48 +02:00
2015-06-13 17:37:02 +02:00
### Node ###
# Logs
logs
*.log
2016-06-19 22:18:28 +02:00
npm-debug.log*
2017-06-10 17:59:53 +02:00
yarn-debug.log*
yarn-error.log*
2015-06-13 17:37:02 +02:00
# Runtime data
pids
*.pid
*.seed
2017-06-10 17:59:53 +02:00
*.pid.lock
2015-06-13 17:37:02 +02:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
2016-06-19 22:18:28 +02:00
# nyc test coverage
.nyc_output
2015-06-13 17:37:02 +02:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2017-06-10 17:59:53 +02:00
# Bower dependency directory (https://bower.io/)
bower_components
2015-06-13 17:37:02 +02:00
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2016-06-19 22:18:28 +02:00
# Dependency directories
2017-06-10 17:59:53 +02:00
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
2016-06-19 22:18:28 +02:00
# Optional npm cache directory
.npm
2017-06-10 17:59:53 +02:00
# Optional eslint cache
.eslintcache
2016-06-19 22:18:28 +02:00
# Optional REPL history
.node_repl_history
2017-06-10 17:59:53 +02:00
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Yarn Lock file
yarn.lock
2016-06-19 22:18:28 +02:00
2017-06-10 17:59:53 +02:00
# dotenv environment variables file
.env
### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
2015-06-13 17:37:02 +02:00
2017-06-10 17:59:53 +02:00
# End of https://www.gitignore.io/api/vim,node
2015-06-13 17:37:02 +02:00
2017-06-10 17:59:53 +02:00
/build