mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
Merge pull request #280 from MatthewBeshay/chore/improve-gitignore
Update .gitignore
This commit is contained in:
commit
48b7d2f3a4
57
.gitignore
vendored
57
.gitignore
vendored
|
|
@ -1,30 +1,29 @@
|
||||||
# ----- Build output directories -----
|
# Exclude everything by default
|
||||||
build/
|
/*
|
||||||
builddir/
|
/subprojects/.wraplock
|
||||||
.cache/
|
|
||||||
.idea/
|
|
||||||
build_meson/
|
|
||||||
|
|
||||||
# meson subprojects (git clone'd on build)
|
# Except for tracked top-level project directories
|
||||||
/subprojects/*
|
!/.devcontainer/
|
||||||
!/subprojects/*.wrap
|
!/.github/
|
||||||
|
!/.github-assets/
|
||||||
# Nix flake output
|
!/4J.Input/
|
||||||
result
|
!/4J.Profile/
|
||||||
|
!/4J.Render/
|
||||||
# Meson generated artifacts (inside source tree, e.g. per-subdir)
|
!/4J.Storage/
|
||||||
meson-private/
|
!/docs/
|
||||||
meson-info/
|
!/Minecraft.Assets/
|
||||||
meson-logs/
|
!/Minecraft.Client/
|
||||||
|
!/Minecraft.World/
|
||||||
# ----- IDE / editor -----
|
!/scripts/
|
||||||
.cache/
|
!/subprojects/
|
||||||
.idea/
|
!/.clang-format
|
||||||
.vscode/
|
!/.git-blame-ignore-revs
|
||||||
*.code-workspace
|
!/.gitattributes
|
||||||
*.swp
|
!/.gitignore
|
||||||
*.swo
|
!/.gitmodules
|
||||||
*~
|
!/CONTRIBUTING.md
|
||||||
|
!/flake.lock
|
||||||
# ----- Documentation -----
|
!/flake.nix
|
||||||
docs/
|
!/meson.build
|
||||||
|
!/meson.options
|
||||||
|
!/README.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue