Skip to content

Commit

Permalink
fix: exclude files in .gitignore for gradle auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
TropicalShadow committed Jan 24, 2024
1 parent 1e1add3 commit f6a2ea3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr

# CMake
cmake-build-*/
Expand Down Expand Up @@ -278,4 +278,4 @@ replay_pid*
scripts/.tools/
*.sarif

.nx/cache
.nx/cache

0 comments on commit f6a2ea3

Please sign in to comment.