mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
7d428030df
Remove some unused code and fix a bunch of warnings
24 lines
184 B
Plaintext
24 lines
184 B
Plaintext
# Build directories
|
|
/classes
|
|
/logs
|
|
/build
|
|
/out
|
|
|
|
# Runtime directories
|
|
/run
|
|
/run-*
|
|
/test-files
|
|
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.DS_Store
|
|
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
bin/
|
|
*.launch
|