|
1 | 1 |
|
2 | | -# Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode |
3 | | -# Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode |
| 2 | +# Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode,julia,windows |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode,julia,windows |
| 4 | + |
| 5 | +### Julia ### |
| 6 | +# Files generated by invoking Julia with --code-coverage |
| 7 | +*.jl.cov |
| 8 | +*.jl.*.cov |
| 9 | + |
| 10 | +# Files generated by invoking Julia with --track-allocation |
| 11 | +*.jl.mem |
| 12 | + |
| 13 | +# System-specific files and directories generated by the BinaryProvider and BinDeps packages |
| 14 | +# They contain absolute paths specific to the host computer, and so should not be committed |
| 15 | +deps/deps.jl |
| 16 | +deps/build.log |
| 17 | +deps/downloads/ |
| 18 | +deps/usr/ |
| 19 | +deps/src/ |
| 20 | + |
| 21 | +# Build artifacts for creating documentation generated by the Documenter package |
| 22 | +docs/build/ |
| 23 | +docs/site/ |
| 24 | + |
| 25 | +# File generated by Pkg, the package manager, based on a corresponding Project.toml |
| 26 | +# It records a fixed state of all packages used by the project. As such, it should not be |
| 27 | +# committed for packages, but should be committed for applications that require a static |
| 28 | +# environment. |
| 29 | +Manifest.toml |
4 | 30 |
|
5 | 31 | ### macOS ### |
6 | 32 | # General |
@@ -30,20 +56,62 @@ Network Trash Folder |
30 | 56 | Temporary Items |
31 | 57 | .apdisk |
32 | 58 |
|
| 59 | +### macOS Patch ### |
| 60 | +# iCloud generated files |
| 61 | +*.icloud |
| 62 | + |
33 | 63 | ### VisualStudioCode ### |
34 | 64 | .vscode/* |
35 | 65 | !.vscode/settings.json |
36 | 66 | !.vscode/tasks.json |
37 | 67 | !.vscode/launch.json |
38 | 68 | !.vscode/extensions.json |
39 | | -*.code-workspace |
| 69 | +!.vscode/*.code-snippets |
40 | 70 |
|
41 | 71 | # Local History for Visual Studio Code |
42 | 72 | .history/ |
43 | 73 |
|
| 74 | +# Built Visual Studio Code Extensions |
| 75 | +*.vsix |
| 76 | + |
44 | 77 | ### VisualStudioCode Patch ### |
45 | 78 | # Ignore all local history of files |
46 | 79 | .history |
47 | 80 | .ionide |
48 | 81 |
|
49 | | -# End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode |
| 82 | +# Support for Project snippet scope |
| 83 | +.vscode/*.code-snippets |
| 84 | + |
| 85 | +# Ignore code-workspaces |
| 86 | +*.code-workspace |
| 87 | + |
| 88 | +### Windows ### |
| 89 | +# Windows thumbnail cache files |
| 90 | +Thumbs.db |
| 91 | +Thumbs.db:encryptable |
| 92 | +ehthumbs.db |
| 93 | +ehthumbs_vista.db |
| 94 | + |
| 95 | +# Dump file |
| 96 | +*.stackdump |
| 97 | + |
| 98 | +# Folder config file |
| 99 | +[Dd]esktop.ini |
| 100 | + |
| 101 | +# Recycle Bin used on file shares |
| 102 | +$RECYCLE.BIN/ |
| 103 | + |
| 104 | +# Windows Installer files |
| 105 | +*.cab |
| 106 | +*.msi |
| 107 | +*.msix |
| 108 | +*.msm |
| 109 | +*.msp |
| 110 | + |
| 111 | +# Windows shortcuts |
| 112 | +*.lnk |
| 113 | + |
| 114 | +# End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode,julia,windows |
| 115 | + |
| 116 | +# Additional files to be ignored (files contains .bak, .bak2, etc.) |
| 117 | +*.bak* |
|
0 commit comments