mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-01 18:17:55 +00:00
Truncate files when writing them
This is performed by default, but as we don't pass any options, this flag is removed. Closes #75
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,12 +1,12 @@
|
||||
build
|
||||
out
|
||||
run
|
||||
deploy
|
||||
/build
|
||||
/out
|
||||
/run
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
.idea
|
||||
.gradle
|
||||
luaj-2.0.3/lib
|
||||
luaj-2.0.3/*.jar
|
||||
/luaj-2.0.3/lib
|
||||
/luaj-2.0.3/*.jar
|
||||
*.DS_Store
|
||||
/test-files
|
||||
|
Reference in New Issue
Block a user