mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 04:57:13 +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 -----
|
||||
build/
|
||||
builddir/
|
||||
.cache/
|
||||
.idea/
|
||||
build_meson/
|
||||
# Exclude everything by default
|
||||
/*
|
||||
/subprojects/.wraplock
|
||||
|
||||
# meson subprojects (git clone'd on build)
|
||||
/subprojects/*
|
||||
!/subprojects/*.wrap
|
||||
|
||||
# Nix flake output
|
||||
result
|
||||
|
||||
# Meson generated artifacts (inside source tree, e.g. per-subdir)
|
||||
meson-private/
|
||||
meson-info/
|
||||
meson-logs/
|
||||
|
||||
# ----- IDE / editor -----
|
||||
.cache/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ----- Documentation -----
|
||||
docs/
|
||||
# Except for tracked top-level project directories
|
||||
!/.devcontainer/
|
||||
!/.github/
|
||||
!/.github-assets/
|
||||
!/4J.Input/
|
||||
!/4J.Profile/
|
||||
!/4J.Render/
|
||||
!/4J.Storage/
|
||||
!/docs/
|
||||
!/Minecraft.Assets/
|
||||
!/Minecraft.Client/
|
||||
!/Minecraft.World/
|
||||
!/scripts/
|
||||
!/subprojects/
|
||||
!/.clang-format
|
||||
!/.git-blame-ignore-revs
|
||||
!/.gitattributes
|
||||
!/.gitignore
|
||||
!/.gitmodules
|
||||
!/CONTRIBUTING.md
|
||||
!/flake.lock
|
||||
!/flake.nix
|
||||
!/meson.build
|
||||
!/meson.options
|
||||
!/README.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue