mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 04:00:30 +00:00
1e703f1b07
We now fuzz UploadFileMessage, generating random files and checking they round-trip correctly. The joy of having a long-lasting refactor branch with an absolutely massive diff, is that you end up spotting bugs, and then it's a massive pain to merge the fix back into trunk!
32 lines
307 B
Plaintext
32 lines
307 B
Plaintext
# Build directories
|
|
/classes
|
|
/logs
|
|
/build
|
|
/buildSrc/build
|
|
/out
|
|
/doc/out/
|
|
/node_modules
|
|
/.jqwik-database
|
|
|
|
# Runtime directories
|
|
/run
|
|
/run-*
|
|
/test-files
|
|
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.DS_Store
|
|
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
/.vscode
|
|
bin/
|
|
*.launch
|
|
|
|
/src/generated/resources/.cache
|
|
/src/web/mount/*.d.ts
|