We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 3d74f9aCopy full SHA for 3d74f9a
.gitignore
@@ -0,0 +1,50 @@
1
+# custom
2
+Thumbs.db
3
+_*.*
4
+*_.*
5
+*.*_
6
+*.afdesign
7
+* copy*
8
+*copy *
9
+
10
+# Compiled Lua sources
11
+luac.out
12
13
+# luarocks build files
14
+*.src.rock
15
+*.zip
16
+*.tar.gz
17
18
+# Object files
19
+*.o
20
+*.os
21
+*.ko
22
+*.obj
23
+*.elf
24
25
+# Precompiled Headers
26
+*.gch
27
+*.pch
28
29
+# Libraries
30
+*.lib
31
+*.a
32
+*.la
33
+*.lo
34
+*.def
35
+*.exp
36
37
+# Shared objects (inc. Windows DLLs)
38
+*.dll
39
+*.so
40
+*.so.*
41
+*.dylib
42
43
+# Executables
44
+*.exe
45
+*.out
46
+*.app
47
+*.i*86
48
+*.x86_64
49
+*.hex
50
0 commit comments