1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00
CC-Tweaked/.gitignore
SquidDev f9f94b8304 Rewrite our documentation index
We're going to flesh this out a lot in the future, but this'll have to
do for now.
2020-04-16 18:18:36 +01:00

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