-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.eslintignore
61 lines (60 loc) · 880 Bytes
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# used by codacy and npm run lint but not local prettier
# keep in sync with .prettierignore
# ignore database dumps, keep format from export
backup/setup/*.json
migrations/helpers/*.json
dist
*.swp
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
*.loadtest.json
pids
*.pid
*.seed
lib-cov
coverage
.nyc_output/
.DS_Store
.grunt
build/
node_modules
.lock-wscript
lib/
data/
.idea/
backup/*
!backup/setup/
!backup/idm
.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vs/**
.vscode/*
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
!.vscode/extensions.json
config/secrets.json
.env
travis_rsa
version
*.patch
.build/travis_rsa
build
/dist
/node_modules
/docs
/coverage
/.nyc_output
/.idea/
/apps/server/src/modules/board/loadtest/**/*.html
/apps/server/src/modules/board/loadtest/artilleryreport.json
docker-compose.yml