Skip to content
Snippets Groups Projects
Commit cbc5983f authored by lazorfuzz's avatar lazorfuzz
Browse files

edit .gitignore

parent 0e499fab
No related branches found
No related tags found
No related merge requests found
# Logs
logs
*.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
.eslintcache
dist
# Dependency directory
node_modules
# OSX
.DS_Store
{
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": false,
"codeFrame": false
},
"extends": "airbnb",
"rules": {
"max-len": 0,
"no-multi-assign": 0,
"no-restricted-syntax": 0,
"no-param-reassign": 0,
"no-shadow": 0,
"consistent-return": 0,
"guard-for-in": 0,
"react/jsx-filename-extension": 0,
"jsx-a11y/media-has-caption": 0,
"react/prop-types": 0,
"react/prefer-stateless-function": 0,
"no-underscore-dangle": 0,
"comma-dangle": 0,
"no-use-before-define": 0
}
}
.DS_Store
node_modules
*.pem
ecosystem.config.js
Dockerfile
.drone.yml
dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment