File tree Expand file tree Collapse file tree 3 files changed +2
-47
lines changed Expand file tree Collapse file tree 3 files changed +2
-47
lines changed Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# COPY PASTA OF .gitignore
3
3
# ##############################################################################
4
- .cache
5
- vendor
6
- product /coder /cmd /coderd /config.toml
7
- code-server
8
- product /coder /pkg /api /manager.test
9
- product /coder /deploy /build /
10
- product /licensor /deploy /bin
11
- yarn-error.log
12
- node_modules
13
- .DS_Store
14
- .idea
15
- .dbstash
16
- .dbtemp
17
- core.node. *
18
- report. *
19
- .eslintcache
4
+ node_modules
Original file line number Diff line number Diff line change 9
9
# https://github.com/prettier/prettier/issues/8679 #
10
10
# ##############################################################################
11
11
12
- .cache
13
- vendor
14
- product /coder /cmd /coderd /config.toml
15
- code-server
16
- coverage
17
- product /coder /pkg /api /manager.test
18
- product /coder /deploy /build /
19
- product /licensor /deploy /bin
20
- yarn-error.log
21
12
node_modules
22
- .DS_Store
23
- .idea
24
- .dbstash
25
- .dbtemp
26
- core.node. *
27
- report. *
28
13
.eslintcache
Original file line number Diff line number Diff line change 4
4
# https://github.com/prettier/prettier/issues/8506
5
5
# https://github.com/prettier/prettier/issues/8679
6
6
# ##############################################################################
7
- .cache
8
- vendor
9
- product /coder /cmd /coderd /config.toml
10
- code-server
11
- product /coder /pkg /api /manager.test
12
- product /coder /deploy /build /
13
- product /licensor /deploy /bin
14
- yarn-error.log
15
- node_modules
16
- .DS_Store
17
- .idea
18
- .dbstash
19
- .dbtemp
20
- core.node. *
21
- report. *
22
- .eslintcache
7
+ node_modules
You can’t perform that action at this time.
0 commit comments