Initial commit
This commit is contained in:
59
.gitignore
vendored
Normal file
59
.gitignore
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
### Node template
|
||||
.DS_Store
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directory
|
||||
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
||||
node_modules
|
||||
.npmrc
|
||||
*.log
|
||||
|
||||
# Typings
|
||||
typings/
|
||||
|
||||
# Typescript
|
||||
src/**/*.js
|
||||
src/**/*.js.map
|
||||
test/**/*.js
|
||||
test/**/*.js.map
|
||||
|
||||
# Test
|
||||
/.tmp
|
||||
/.nyc_output
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Project
|
||||
/public
|
||||
/dist
|
||||
|
||||
#env
|
||||
.env.local
|
||||
.env.development
|
||||
|
||||
database.sqlite
|
Reference in New Issue
Block a user