1-
2- # Created by https://www.toptal.com/developers/gitignore/api/node,windows,macos,visualstudiocode
3- # Edit at https://www.toptal.com/developers/gitignore?templates=node,windows,macos,visualstudiocode
4-
5- # ## macOS ###
6- # General
7- .DS_Store
8- .AppleDouble
9- .LSOverride
10-
11- # Icon must end with two \r
12- Icon
13-
14-
15- # Thumbnails
16- ._ *
17-
18- # Files that might appear in the root of a volume
19- .DocumentRevisions-V100
20- .fseventsd
21- .Spotlight-V100
22- .TemporaryItems
23- .Trashes
24- .VolumeIcon.icns
25- .com.apple.timemachine.donotpresent
26-
27- # Directories potentially created on remote AFP share
28- .AppleDB
29- .AppleDesktop
30- Network Trash Folder
31- Temporary Items
32- .apdisk
1+ # Created by https://www.toptal.com/developers/gitignore/api/git,node,visualstudiocode
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=git,node,visualstudiocode
3+
4+ # ## Git ###
5+ # Created by git for backups. To disable backups in Git:
6+ # $ git config --global mergetool.keepBackup false
7+ * .orig
8+
9+ # Created by git when using merge tools for conflicts
10+ * .BACKUP. *
11+ * .BASE. *
12+ * .LOCAL. *
13+ * .REMOTE. *
14+ * _BACKUP_ * .txt
15+ * _BASE_ * .txt
16+ * _LOCAL_ * .txt
17+ * _REMOTE_ * .txt
3318
3419# ## Node ###
3520# Logs
@@ -88,6 +73,9 @@ web_modules/
8873# Optional eslint cache
8974.eslintcache
9075
76+ # Optional stylelint cache
77+ .stylelintcache
78+
9179# Microbundle cache
9280.rpt2_cache /
9381.rts2_cache_cjs /
@@ -103,10 +91,12 @@ web_modules/
10391# Yarn Integrity file
10492.yarn-integrity
10593
106- # dotenv environment variables file
94+ # dotenv environment variable files
10795.env
108- .env.test
109- .env.production
96+ .env.development.local
97+ .env.test.local
98+ .env.production.local
99+ .env.local
110100
111101# parcel-bundler cache (https://parceljs.org/)
112102.cache
@@ -129,6 +119,12 @@ dist
129119# vuepress build output
130120.vuepress /dist
131121
122+ # vuepress v2.x temp and cache directory
123+ .temp
124+
125+ # Docusaurus cache and generated files
126+ .docusaurus
127+
132128# Serverless directories
133129.serverless /
134130
@@ -151,46 +147,38 @@ dist
151147.yarn /install-state.gz
152148.pnp. *
153149
150+ # ## Node Patch ###
151+ # Serverless Webpack directories
152+ .webpack /
153+
154+ # Optional stylelint cache
155+
156+ # SvelteKit build / generate output
157+ .svelte-kit
158+
154159# ## VisualStudioCode ###
155160.vscode /*
156161! .vscode /settings.json
157162! .vscode /tasks.json
158163! .vscode /launch.json
159164! .vscode /extensions.json
160- * .code-workspace
165+ ! .vscode / * .code-snippets
161166
162167# Local History for Visual Studio Code
163168.history /
164169
170+ # Built Visual Studio Code Extensions
171+ * .vsix
172+
165173# ## VisualStudioCode Patch ###
166174# Ignore all local history of files
167175.history
168176.ionide
169177
170- # ## Windows ###
171- # Windows thumbnail cache files
172- Thumbs.db
173- Thumbs.db:encryptable
174- ehthumbs.db
175- ehthumbs_vista.db
178+ # Support for Project snippet scope
179+ .vscode /* .code-snippets
176180
177- # Dump file
178- * .stackdump
179-
180- # Folder config file
181- [Dd ]esktop.ini
182-
183- # Recycle Bin used on file shares
184- $RECYCLE.BIN /
185-
186- # Windows Installer files
187- * .cab
188- * .msi
189- * .msix
190- * .msm
191- * .msp
192-
193- # Windows shortcuts
194- * .lnk
181+ # Ignore code-workspaces
182+ * .code-workspace
195183
196- # End of https://www.toptal.com/developers/gitignore/api/node,windows,macos ,visualstudiocode
184+ # End of https://www.toptal.com/developers/gitignore/api/git,node ,visualstudiocode
0 commit comments