We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89cef6 commit 861ded6Copy full SHA for 861ded6
1 file changed
.gitignore
@@ -0,0 +1,44 @@
1
+# Compiled source #
2
+###################
3
+*.com
4
+*.class
5
+*.dll
6
+*.exe
7
+*.o
8
+*.so
9
+
10
+# Packages #
11
+############
12
+# it's better to unpack these files and commit the raw source
13
+# git has its own built in compression methods
14
+*.7z
15
+*.dmg
16
+*.gz
17
+*.iso
18
+*.jar
19
+*.rar
20
+*.tar
21
+*.zip
22
+node_modules/
23
24
+# Logs and databases #
25
+######################
26
+*.log
27
+*.sql
28
+*.sqlite
29
30
+# OS generated files #
31
32
+.DS_Store
33
+.DS_Store?
34
+._*
35
+.Spotlight-V100
36
+.Trashes
37
+ehthumbs.db
38
+Thumbs.db
39
+*~
40
41
+# local environment data #
42
+##########################
43
+*.postman_environment.json
44
+*.env
0 commit comments