|
1 | 1 | # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig |
2 | | -# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,jetbrains,jupyternotebooks,linux,python,sublimetext,vim,windows,zsh |
3 | | -# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos,jetbrains,jupyternotebooks,linux,python,sublimetext,vim,windows,zsh |
| 2 | +# Created by https://www.toptal.com/developers/gitignore/api/zsh,xcode,windows,visualstudiocode,vim,sublimetext,python,powershell,macos,linux,jupyternotebooks,jetbrains+all,obsidian |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=zsh,xcode,windows,visualstudiocode,vim,sublimetext,python,powershell,macos,linux,jupyternotebooks,jetbrains+all,obsidian |
4 | 4 |
|
5 | | -### JetBrains ### |
| 5 | +### JetBrains+all ### |
6 | 6 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
7 | 7 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
8 | 8 |
|
@@ -81,39 +81,14 @@ fabric.properties |
81 | 81 | # Android studio 3.1+ serialized cache file |
82 | 82 | .idea/caches/build_file_checksums.ser |
83 | 83 |
|
84 | | -### JetBrains Patch ### |
85 | | -# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 84 | +### JetBrains+all Patch ### |
| 85 | +# Ignore everything but code style settings and run configurations |
| 86 | +# that are supposed to be shared within teams. |
86 | 87 |
|
87 | | -# *.iml |
88 | | -# modules.xml |
89 | | -# .idea/misc.xml |
90 | | -# *.ipr |
91 | | - |
92 | | -# Sonarlint plugin |
93 | | -# https://plugins.jetbrains.com/plugin/7973-sonarlint |
94 | | -.idea/**/sonarlint/ |
95 | | - |
96 | | -# SonarQube Plugin |
97 | | -# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
98 | | -.idea/**/sonarIssues.xml |
99 | | - |
100 | | -# Markdown Navigator plugin |
101 | | -# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
102 | | -.idea/**/markdown-navigator.xml |
103 | | -.idea/**/markdown-navigator-enh.xml |
104 | | -.idea/**/markdown-navigator/ |
| 88 | +.idea/* |
105 | 89 |
|
106 | | -# Cache file creation bug |
107 | | -# See https://youtrack.jetbrains.com/issue/JBR-2257 |
108 | | -.idea/$CACHE_FILE$ |
109 | | - |
110 | | -# CodeStream plugin |
111 | | -# https://plugins.jetbrains.com/plugin/12206-codestream |
112 | | -.idea/codestream.xml |
113 | | - |
114 | | -# Azure Toolkit for IntelliJ plugin |
115 | | -# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij |
116 | | -.idea/**/azureSettings.xml |
| 90 | +!.idea/codeStyles |
| 91 | +!.idea/runConfigurations |
117 | 92 |
|
118 | 93 | ### JupyterNotebooks ### |
119 | 94 | # gitignore template for Jupyter Notebooks |
@@ -177,6 +152,17 @@ Temporary Items |
177 | 152 | # iCloud generated files |
178 | 153 | *.icloud |
179 | 154 |
|
| 155 | +### Obsidian ### |
| 156 | +# config dir |
| 157 | +.obsidian/ |
| 158 | + |
| 159 | +### PowerShell ### |
| 160 | +# Exclude packaged modules |
| 161 | +*.zip |
| 162 | + |
| 163 | +# Exclude .NET assemblies from source |
| 164 | +*.dll |
| 165 | + |
180 | 166 | ### Python ### |
181 | 167 | # Byte-compiled / optimized / DLL files |
182 | 168 | __pycache__/ |
@@ -444,6 +430,23 @@ $RECYCLE.BIN/ |
444 | 430 | # Windows shortcuts |
445 | 431 | *.lnk |
446 | 432 |
|
| 433 | +### Xcode ### |
| 434 | +## User settings |
| 435 | +xcuserdata/ |
| 436 | + |
| 437 | +## Xcode 8 and earlier |
| 438 | +*.xcscmblueprint |
| 439 | +*.xccheckout |
| 440 | + |
| 441 | +### Xcode Patch ### |
| 442 | +*.xcodeproj/* |
| 443 | +!*.xcodeproj/project.pbxproj |
| 444 | +!*.xcodeproj/xcshareddata/ |
| 445 | +!*.xcodeproj/project.xcworkspace/ |
| 446 | +!*.xcworkspace/contents.xcworkspacedata |
| 447 | +/*.gcno |
| 448 | +**/xcshareddata/WorkspaceSettings.xcsettings |
| 449 | + |
447 | 450 | ### Zsh ### |
448 | 451 | # Zsh compiled script + zrecompile backup |
449 | 452 | *.zwc |
@@ -479,35 +482,31 @@ zsdoc/data |
479 | 482 | /tests/_output/* |
480 | 483 | !/tests/_output/.gitkeep |
481 | 484 |
|
482 | | -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,jetbrains,jupyternotebooks,linux,python,sublimetext,vim,windows,zsh |
| 485 | +# End of https://www.toptal.com/developers/gitignore/api/zsh,xcode,windows,visualstudiocode,vim,sublimetext,python,powershell,macos,linux,jupyternotebooks,jetbrains+all,obsidian |
483 | 486 |
|
484 | 487 | # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) |
485 | 488 |
|
| 489 | +# Directories: |
| 490 | +log/ |
| 491 | +logs/ |
| 492 | +backup/ |
| 493 | +backups/ |
| 494 | +tmp/ |
| 495 | +data/ |
| 496 | +dataset/ |
| 497 | +datasets/ |
| 498 | +.benchmarks/ |
486 | 499 |
|
487 | 500 | # Files: |
488 | | -data |
489 | | -dataset |
490 | | -datasets |
491 | 501 | log |
492 | 502 | logs |
493 | 503 | backup |
494 | 504 | backups |
495 | | -archive |
496 | | -pythonpath |
| 505 | +tmp |
| 506 | +data |
| 507 | +dataset |
| 508 | +datasets |
| 509 | +.benchmarks |
497 | 510 | *.bak |
498 | | -*.pyc |
499 | | -sample.py |
500 | 511 | example.py |
501 | 512 | test.py |
502 | | - |
503 | | -# Directories: |
504 | | -.benchmarks/ |
505 | | -data/ |
506 | | -dataset/ |
507 | | -datasets/ |
508 | | -log/ |
509 | | -logs/ |
510 | | -backup/ |
511 | | -backups/ |
512 | | -archive/ |
513 | | -pythonpath/ |
0 commit comments