Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sweng-group-15
signalbuddy
Commits
cbc5983f
Commit
cbc5983f
authored
Sep 26, 2018
by
lazorfuzz
Browse files
edit .gitignore
parent
0e499fab
Changes
3
Hide whitespace changes
Inline
Side-by-side
.eslintignore
0 → 100644
View file @
cbc5983f
# 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
.eslintrc
0 → 100644
View file @
cbc5983f
{
"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
}
}
.gitignore
0 → 100755
View file @
cbc5983f
.DS_Store
node_modules
*.pem
ecosystem.config.js
Dockerfile
.drone.yml
dist
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment