Skip to content

Commit

Permalink
Merge pull request #684 from stevenleeS0ht/master
Browse files Browse the repository at this point in the history
add IDE gitignore rules for IDE (CLion and Visual Studio Code)
  • Loading branch information
nuttyartist authored Aug 10, 2024
2 parents 7fd5655 + 3288ce7 commit d1f7fba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,23 @@ src/snap
src/uic
src/notes
.qmake.stash


### Clion ###

.idea/
cmake-build-*/
*.iws
out/
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### VisualStudioCode ###
.vscode/*
*.vsix
.history
.ionide

0 comments on commit d1f7fba

Please sign in to comment.