1
- # Created by https://www.toptal.com/developers/gitignore/api/node
2
- # Edit at https://www.toptal.com/developers/gitignore?templates=node
1
+ # See http://help.github.com/ignore-files/ for more about ignoring files.
3
2
4
- # ## Node ###
5
- # Logs
6
- logs
7
- * .log
8
- npm-debug.log *
9
- yarn-debug.log *
10
- yarn-error.log *
11
- lerna-debug.log *
3
+ # compiled output
4
+ /dist
5
+ /tmp
6
+ /out-tsc
7
+ /lib
12
8
13
- # Diagnostic reports (https://nodejs.org/api/report.html)
14
- report. [ 0-9 ] * . [ 0-9 ] * . [ 0-9 ] * . [ 0-9 ] * .json
9
+ # Model files
10
+ / local_cache
15
11
16
12
# Runtime data
17
13
pids
@@ -24,12 +20,11 @@ lib-cov
24
20
25
21
# Coverage directory used by tools like istanbul
26
22
coverage
27
- * .lcov
28
23
29
24
# nyc test coverage
30
25
.nyc_output
31
26
32
- # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
27
+ # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
33
28
.grunt
34
29
35
30
# Bower dependency directory (https://bower.io/)
@@ -38,31 +33,45 @@ bower_components
38
33
# node-waf configuration
39
34
.lock-wscript
40
35
41
- # Compiled binary addons (https://nodejs.org/api/addons.html)
42
- build /Release
36
+ # IDEs and editors
37
+ .idea
38
+ .project
39
+ .classpath
40
+ .c9 /
41
+ * .launch
42
+ .settings /
43
+ * .sublime-workspace
44
+
45
+ # IDE - VSCode
46
+ .vscode /*
47
+ ! .vscode /settings.json
48
+ ! .vscode /tasks.json
49
+ ! .vscode /launch.json
50
+ ! .vscode /extensions.json
51
+
52
+ # misc
53
+ .sass-cache
54
+ connect.lock
55
+ typings
56
+
57
+ # Logs
58
+ logs
59
+ * .log
60
+ npm-debug.log *
61
+ yarn-debug.log *
62
+ yarn-error.log *
63
+
43
64
44
65
# Dependency directories
45
66
node_modules /
46
67
jspm_packages /
47
68
48
- # TypeScript v1 declaration files
49
- typings /
50
-
51
- # TypeScript cache
52
- * .tsbuildinfo
53
-
54
69
# Optional npm cache directory
55
70
.npm
56
71
57
72
# Optional eslint cache
58
73
.eslintcache
59
74
60
- # Microbundle cache
61
- .rpt2_cache /
62
- .rts2_cache_cjs /
63
- .rts2_cache_es /
64
- .rts2_cache_umd /
65
-
66
75
# Optional REPL history
67
76
.node_repl_history
68
77
@@ -74,124 +83,61 @@ typings/
74
83
75
84
# dotenv environment variables file
76
85
.env
77
- .env.test
78
86
79
- # parcel-bundler cache (https://parceljs.org/)
80
- .cache
81
-
82
- # Next.js build output
87
+ # next.js build output
83
88
.next
84
89
85
- # Nuxt.js build / generate output
86
- .nuxt
87
- dist
88
-
89
- # Gatsby files
90
- .cache /
91
- # Comment in the public line in if your project uses Gatsby and not Next.js
92
- # https://nextjs.org/blog/next-9-1#public-directory-support
93
- # public
94
-
95
- # vuepress build output
96
- .vuepress /dist
97
-
98
- # Serverless directories
99
- .serverless /
100
-
101
- # FuseBox cache
102
- .fusebox /
103
-
104
- # DynamoDB Local files
105
- .dynamodb /
106
-
107
- # TernJS port file
108
- .tern-port
109
-
110
- # Stores VSCode versions used for testing VSCode extensions
111
- .vscode-test
90
+ # Lerna
91
+ lerna-debug.log
112
92
113
- # End of https://www.toptal.com/developers/gitignore/api/node
114
-
115
- # Created by https://www.toptal.com/developers/gitignore/api/macos
116
- # Edit at https://www.toptal.com/developers/gitignore?templates=macos
117
-
118
- # ## macOS ###
119
- # General
93
+ # System Files
120
94
.DS_Store
121
- .AppleDouble
122
- .LSOverride
123
-
124
- # Icon must end with two
125
- Icon
126
-
127
-
128
- # Thumbnails
129
- ._ *
130
-
131
- # Files that might appear in the root of a volume
132
- .DocumentRevisions-V100
133
- .fseventsd
134
- .Spotlight-V100
135
- .TemporaryItems
136
- .Trashes
137
- .VolumeIcon.icns
138
- .com.apple.timemachine.donotpresent
139
-
140
- # Directories potentially created on remote AFP share
141
- .AppleDB
142
- .AppleDesktop
143
- Network Trash Folder
144
- Temporary Items
145
- .apdisk
146
-
147
- # ## macOS Patch ###
148
- # iCloud generated files
149
- * .icloud
95
+ Thumbs.db # -*- mode: gitignore; -*-
96
+ * ~
97
+ \# * \#
98
+ /.emacs.desktop
99
+ /.emacs.desktop.lock
100
+ * .elc
101
+ auto-save-list
102
+ tramp
103
+ . \# *
150
104
151
- # End of https://www.toptal.com/developers/gitignore/api/macos
105
+ # Org-mode
106
+ .org-id-locations
107
+ * _archive
152
108
153
- # Created by https://www.toptal.com/developers/gitignore/api/windows
154
- # Edit at https://www.toptal.com/developers/gitignore?templates=windows
109
+ # flymake-mode
110
+ * _flymake. *
155
111
156
- # ## Windows ###
157
- # Windows thumbnail cache files
158
- Thumbs.db
159
- Thumbs.db:encryptable
160
- ehthumbs.db
161
- ehthumbs_vista.db
112
+ # eshell files
113
+ /eshell /history
114
+ /eshell /lastdir
162
115
163
- # Dump file
164
- * .stackdump
116
+ # elpa packages
117
+ / elpa /
165
118
166
- # Folder config file
167
- [ Dd ] esktop.ini
119
+ # reftex files
120
+ * .rel
168
121
169
- # Recycle Bin used on file shares
170
- $RECYCLE.BIN /
122
+ # AUCTeX auto folder
123
+ / auto /
171
124
172
- # Windows Installer files
173
- * .cab
174
- * .msi
175
- * .msix
176
- * .msm
177
- * .msp
125
+ # cask packages
126
+ .cask /
127
+ dist /
178
128
179
- # Windows shortcuts
180
- * .lnk
129
+ # Flycheck
130
+ flycheck_ * .el
181
131
182
- # End of https://www.toptal.com/developers/gitignore/api/windows
132
+ # server auth directory
133
+ /server /
183
134
184
- # Added by cargo
135
+ # projectiles files
136
+ .projectile
185
137
186
- / target
187
- Cargo.lock
138
+ # directory configuration
139
+ .dir-locals.el
188
140
189
- .pnp. *
190
- .yarn /*
191
- ! .yarn /patches
192
- ! .yarn /plugins
193
- ! .yarn /releases
194
- ! .yarn /sdks
195
- ! .yarn /versions
141
+ # network security
142
+ /network-security.data
196
143
197
- * .node
0 commit comments