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.
1 parent b714c17 commit 7603856Copy full SHA for 7603856
.gitignore
@@ -71,4 +71,49 @@ target/
71
72
#OS
73
.DS_Store
74
-Thumbs.db
+Thumbs.db
75
+
76
+# IDE
77
+.classpath
78
+.sts4-cache/
79
80
+# Temporary files & Caches
81
+.tmp/
82
+.php_cs.cache
83
+.swp
84
85
+# Local environment variables
86
+.env
87
+.env.*
88
+!.env.example
89
+!.env.template
90
91
+# Log files
92
+*.log
93
+logs/
94
+nohup.out
95
+npm-debug.log*
96
+yarn-debug.log*
97
+pytestdebug.log
98
99
+# Package Files
100
+*.jar
101
+*.war
102
+*.zip
103
+*.tar.gz
104
+*.rar
105
+*.tar
106
+*.gz
107
+*.bz2
108
+*.xz
109
+*.tgz
110
111
+# Unit test / coverage reports
112
+*.cover
113
114
+# Virtual environments
115
+.venv/
116
+ENV/
117
118
+# Distribution packaging
119
+wheels/
0 commit comments