mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-27 20:48:54 +00:00
74 lines
1.0 KiB
Plaintext
74 lines
1.0 KiB
Plaintext
|
|
build/
|
|
libs/
|
|
|
|
.gradle/
|
|
|
|
.idea/
|
|
|
|
.DS_Store
|
|
|
|
collection/
|
|
|
|
out/
|
|
tools/simd-bench/out/
|
|
tools/simd-bench/simd-bench.jar
|
|
|
|
DataPackExamples/
|
|
|
|
TreeGenStuff/
|
|
dist/
|
|
core/plugins/
|
|
adapters/bukkit/plugin/plugins/
|
|
|
|
# Dev-run artifacts. `run/` is a loom/ForgeGradle/ModDevGradle working directory and `logs/` is
|
|
# server output; neither is ever source. No source directory in this repo is named run or logs.
|
|
run/
|
|
logs/
|
|
*.log
|
|
*.log.gz
|
|
crash-reports/
|
|
hs_err_pid*.log
|
|
replay_pid*.log
|
|
|
|
.codegraph/
|
|
|
|
plans/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
local.properties
|
|
*.jks
|
|
*.p12
|
|
*.pfx
|
|
*.pem
|
|
*.key
|
|
*.hprof
|
|
credentials.json
|
|
service-account*.json
|
|
|
|
# docs/ is hand-written and tracked (flat numbered product docs). Nothing under it is
|
|
# generated, so there is nothing to ignore here.
|
|
|
|
.qa/
|
|
.repro/
|
|
.perf/
|
|
.release-gate/
|
|
|
|
# Throwaway worktree copies used by the API / PlaceholderAPI rebuild lanes. Generated, never source.
|
|
.apiwt/
|
|
.papiwt/
|
|
|
|
__pycache__/
|
|
|
|
# Doc authoring scratch
|
|
.docs-wip/
|
|
|
|
AGENTS.md
|
|
|
|
# Local build tooling, not part of the project
|
|
build-lt.sh
|
|
BUILDS/
|
|
.run/
|