Skip to content

Commit

Permalink
🙈 gitignore: Expand to ignore JetBrains IDEs, VisualStudioCode, and K…
Browse files Browse the repository at this point in the history
…ate templates.
  • Loading branch information
ljgonzalez1 committed Nov 9, 2023
1 parent 9a587e8 commit 38e6008
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,25 @@ tmp/

##### IDEs
#### JetBrains
.idea/httpRequests/
## Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
## Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
**/.idea/*
!**/.idea/.gitignore
#### VisualStudioCode / VSCode / VSCodium
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
## Local History for Visual Studio Code
.history/
## Built Visual Studio Code Extensions
*.vsix
#### Kate template
## Swap Files
.*.kate-swp
.swp.*

## ---------------------

Expand Down

0 comments on commit 38e6008

Please sign in to comment.