We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa970f4 commit 9bc0a7fCopy full SHA for 9bc0a7f
.gitignore
@@ -0,0 +1,41 @@
1
+# sphinx build folder
2
+_build
3
+
4
+# Compiled source #
5
+###################
6
+*.com
7
+*.class
8
+*.dll
9
+*.exe
10
+*.o
11
+*.so
12
13
+# Packages #
14
+############
15
+# it's better to unpack these files and commit the raw source
16
+# git has its own built in compression methods
17
+*.7z
18
+*.dmg
19
+*.gz
20
+*.iso
21
+*.jar
22
+*.rar
23
+*.tar
24
+*.zip
25
26
+# Logs and databases #
27
+######################
28
+*.log
29
+*.sql
30
+*.sqlite
31
32
+# OS generated files #
33
34
+.DS_Store?
35
+ehthumbs.db
36
+Icon?
37
+Thumbs.db
38
39
+# Editor backup files #
40
+#######################
41
+*~
0 commit comments