mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-09-03 13:55:33 +02:00
locale
textures
.gitignore
.luacheckrc
API.md
README.md
init.lua
license.txt
mod.conf
screenshot.png
settingtypes.txt
test.json
23 lines
264 B
Plaintext
23 lines
264 B
Plaintext
## Files related to minetest development cycle
|
|
/*.patch
|
|
# GNU Patch reject file
|
|
*.rej
|
|
|
|
## Editors and Development environments
|
|
*~
|
|
*.swp
|
|
*.bak*
|
|
*.orig
|
|
# Vim
|
|
*.vim
|
|
# Kate
|
|
.*.kate-swp
|
|
.swp.*
|
|
# Eclipse (LDT)
|
|
.project
|
|
.settings/
|
|
.buildpath
|
|
.metadata
|
|
# Idea IDE
|
|
.idea/*
|