Skip to content

Commit

Permalink
Fix .gitignore (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux authored Aug 15, 2024
1 parent 321dd00 commit 36699c1
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 147 deletions.
32 changes: 5 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

### Scala ###

*.class
*.log

Expand All @@ -20,30 +19,9 @@ project/project/target/
.metals
.bsp



### Intellij ###

*.iws
*.iml

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/checkstyle-idea.xml

# Generated files
.idea/**/contentModel.xml
.idea/libraries/

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Ignore everything except formatting configuration
.idea/*
!.idea/codeStyles
.idea/codeStyles/*
!.idea/codeStyles/Project.xml
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/misc.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/modules.xml

This file was deleted.

23 changes: 0 additions & 23 deletions .idea/sbt.xml

This file was deleted.

51 changes: 0 additions & 51 deletions .idea/scala_compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/zio_testrunner_resolve_cache.xml

This file was deleted.

0 comments on commit 36699c1

Please sign in to comment.