Skip to content

Commit

Permalink
further trim down comment in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenleeS0ht committed Aug 8, 2024
1 parent 2482dce commit 3288ce7
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,41 +39,21 @@ src/notes
.qmake.stash


# For CLion
### Clion ###

.idea/

# CMake
cmake-build-*/

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### VisualStudioCode ###
.vscode/*

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

0 comments on commit 3288ce7

Please sign in to comment.