We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f81f5b commit 471fafeCopy full SHA for 471fafe
.gitignore
@@ -0,0 +1,49 @@
1
+todo_list.txt
2
+
3
+# Castle network lua files
4
+cs.lua
5
+state.lua
6
+bitser.lua
7
+serpent.lua
8
9
+# Compiled Lua sources
10
+luac.out
11
12
+# luarocks build files
13
+*.src.rock
14
+*.zip
15
+*.tar.gz
16
17
+# Object files
18
+*.o
19
+*.os
20
+*.ko
21
+*.obj
22
+*.elf
23
24
+# Precompiled Headers
25
+*.gch
26
+*.pch
27
28
+# Libraries
29
+*.lib
30
+*.a
31
+*.la
32
+*.lo
33
+*.def
34
+*.exp
35
36
+# Shared objects (inc. Windows DLLs)
37
+*.dll
38
+*.so
39
+*.so.*
40
+*.dylib
41
42
+# Executables
43
+*.exe
44
+*.out
45
+*.app
46
+*.i*86
47
+*.x86_64
48
+*.hex
49
0 commit comments