We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6df82 commit cd5893dCopy full SHA for cd5893d
.gitignore
@@ -1,9 +1,22 @@
1
-## Generic ignorable patterns and files
+## Files related to minetest development cycle
2
+/*.patch
3
+# GNU Patch reject file
4
+*.rej
5
+
6
+## Editors and Development environments
7
*~
-.*.swp
-*bak*
-tags
8
+*.swp
9
+*.bak*
10
+*.orig
11
+# Vim
12
*.vim
-
-## Files related to minetest development cycle
-*.patch
13
+# Kate
14
+.*.kate-swp
15
+.swp.*
16
+# Eclipse (LDT)
17
+.project
18
+.settings/
19
+.buildpath
20
+.metadata
21
+# Idea IDE
22
+.idea/*
0 commit comments