mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-04 17:16:20 +00:00
081953655c
- Add a new recipe type for turtle overlays, and recipe generator support for this recipe. - Add trans and rainbow flags. - Exclude .license files from the generated jar. I'm not thrilled on the whole .license file system, but it's kinda the easiest way. - Regenerate data. Yes, this is 90% of the commit :D.
37 lines
438 B
Plaintext
37 lines
438 B
Plaintext
# SPDX-FileCopyrightText: 2017 The CC: Tweaked Developers
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# Build directories
|
|
/classes
|
|
/logs
|
|
/build
|
|
/projects/*/logs
|
|
/projects/*/build
|
|
/buildSrc/build
|
|
/out
|
|
/buildSrc/out
|
|
/jars
|
|
/doc/out/
|
|
/node_modules
|
|
.jqwik-database
|
|
|
|
# Runtime directories
|
|
/run
|
|
/projects/*/run
|
|
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.DS_Store
|
|
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
/.vscode
|
|
*.launch
|
|
|
|
/projects/*/src/generated/resources/.cache
|