-
Notifications
You must be signed in to change notification settings - Fork 208
/
.gitignore
42 lines (37 loc) · 960 Bytes
/
.gitignore
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
/.idea
node_modules
/.idea/dictionaries/
/.idea/
/.tscache
.baseDir.ts
/bower_components
/npm-debug.log
.pnpm-debug.log
yarn-error.log
.DS_Store
# Chevrotain packages ignores
# as prettier --ignore-path does not support nested folders ignores
/packages/website/docs/.vuepress/dist/
/packages/types/dev
/packages/types/gh-pages
/packages/**/lib
/packages/**/coverage
/packages/**/.nyc_output
/packages/chevrotain/.nyc_output
/packages/chevrotain/coverage
/packages/chevrotain/scripts/gh-pages
/packages/chevrotain/gh-pages
# Examples ignore
/examples/webpack/lib
/examples/implementation_languages/typescript/*.js
/examples/implementation_languages/coffeescript/*.js
/examples/parser/minification/gen/
# used to hold "current" master version for relative performance tests.
/packages/chevrotain/benchmark_web/chevrotain.js
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
package-lock.json
yarn.lock
lerna-debug.log