-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
73 lines (73 loc) · 971 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
web/archive/v1/out/json/*.json
web/archive/v1/out/mmd/*.mmd
web/archive/v1/out/html/*.html
src/main/transpiler/check/out/als/*.als
src/main/transpiler/check/out/mmd_flowchart/*.mmd
src/main/transpiler/check/out/mmd_mindmap/*.mmd
*.class
*.interp
*.tokens
YuhoLexer.java
YuhoParser.java
YuhoListener.java
YuhoBaseListener.java
__pycache__
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist/
build/
bundle.js
.bundle.js.map
*.log
*.tmp
*.bak
*.swp
*.swo
.idea/
.vscode/
*.iml
.DS_Store
Thumbs.db
*.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.cache/
coverage/
waterbear.tmproj
nbproject/
.*.swp
waterbear.bbprojectd
node_modules
out/
carry/
node_modules
.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
coverage
.next/
out/
build
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.env*
.vercel
*.tsbuildinfo
next-env.d.ts
out
dist
node_modules
.vscode-test
*.vsix