mirror of
https://github.com/architectury/architectury-plugin.git
synced 2026-03-28 04:07:01 -05:00
It might work, maybe
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Compiled nonsense that does not belong in *source* control
|
||||
/build
|
||||
/bin
|
||||
/.gradle
|
||||
/out
|
||||
/classes
|
||||
/old
|
||||
|
||||
# IDE nonsense that could go in source control but really shouldn't
|
||||
.classpath
|
||||
.project
|
||||
.metadata
|
||||
.settings
|
||||
*.launch
|
||||
*.iml
|
||||
.idea
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Sekrit files
|
||||
private.properties
|
||||
|
||||
# Files from bad operating systems :^)
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user