|
1 | 1 | # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig |
2 | | - |
3 | | -# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,android,androidstudio,intellij,linux,windows |
4 | | -# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos,android,androidstudio,intellij,linux,windows |
| 2 | +# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,intellij,androidstudio,android,dotenv |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,macos,linux,intellij,androidstudio,android,dotenv |
5 | 4 |
|
6 | 5 | ### Android ### |
7 | 6 | # Gradle files |
@@ -44,6 +43,9 @@ gen-external-apklibs |
44 | 43 | # Replacement of .externalNativeBuild directories introduced |
45 | 44 | # with Android Studio 3.5. |
46 | 45 |
|
| 46 | +### dotenv ### |
| 47 | +.env |
| 48 | + |
47 | 49 | ### Intellij ### |
48 | 50 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
49 | 51 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
@@ -224,12 +226,6 @@ Temporary Items |
224 | 226 | .history |
225 | 227 | .ionide |
226 | 228 |
|
227 | | -# Support for Project snippet scope |
228 | | -.vscode/*.code-snippets |
229 | | - |
230 | | -# Ignore code-workspaces |
231 | | -*.code-workspace |
232 | | - |
233 | 229 | ### Windows ### |
234 | 230 | # Windows thumbnail cache files |
235 | 231 | Thumbs.db |
@@ -369,7 +365,7 @@ hs_err_pid* |
369 | 365 |
|
370 | 366 | !/gradle/wrapper/gradle-wrapper.jar |
371 | 367 |
|
372 | | -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,android,androidstudio,intellij,linux,windows |
| 368 | +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,intellij,androidstudio,android,dotenv |
373 | 369 |
|
374 | 370 | # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) |
375 | 371 |
|
0 commit comments