Skip to content

Commit

Permalink
gitignore: reordering and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 8, 2024
1 parent 32d1648 commit c881dd5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
*.dll
*.dylib
*.pdb
*.so
/DacWizard/private/
/DacWizard/Written Assets/
/MinieExamples/src/main/resources/Models/BaseMesh/
/MinieExamples/src/main/resources/Models/CandyDish/
/MinieExamples/src/main/resources/Models/Duck/
Expand All @@ -17,7 +11,6 @@
/MinieExamples/src/main/resources/Models/Sinbad/
/MinieExamples/src/main/resources/CollisionShapes/
/MinieExamples/src/main/resources/Textures/
/MinieExamples/Written Assets/
/node_modules/

# Ignore Gradle's project-specific cache directory:
Expand All @@ -36,3 +29,14 @@
# Ignore IDE-specific directories:
/.idea/
/.nb-gradle/
/DacWizard/private/

# Ignore the Acorus sandboxes:
/DacWizard/Written Assets/
/MinieExamples/Written Assets/

# Ignore extracted native libraries:
*.dll
*.dylib
*.pdb
*.so

0 comments on commit c881dd5

Please sign in to comment.