mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 01:26:20 +00:00
8171578e80
- Correctly handle Git commands failing. We need an actual default value, not just null! - Use run/ and build/tmp/ for temporary test locations, not /test-files.
31 lines
295 B
Plaintext
31 lines
295 B
Plaintext
# Build directories
|
|
/classes
|
|
/logs
|
|
/build
|
|
/buildSrc/build
|
|
/out
|
|
/doc/out/
|
|
/node_modules
|
|
/.jqwik-database
|
|
|
|
# Runtime directories
|
|
/run
|
|
/run-*
|
|
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.DS_Store
|
|
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
/.vscode
|
|
bin/
|
|
*.launch
|
|
|
|
/src/generated/resources/.cache
|
|
/src/web/mount/*.d.ts
|