mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-16 06:44:52 +00:00
f9f94b8304
We're going to flesh this out a lot in the future, but this'll have to do for now.
26 lines
215 B
Plaintext
26 lines
215 B
Plaintext
# Build directories
|
|
/classes
|
|
/logs
|
|
/build
|
|
/out
|
|
/doc/**/*.html
|
|
/doc/index.json
|
|
|
|
# Runtime directories
|
|
/run
|
|
/run-*
|
|
/test-files
|
|
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.DS_Store
|
|
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
bin/
|
|
*.launch
|