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 0c0620f commit 1629f47Copy full SHA for 1629f47
.gitignore
@@ -0,0 +1,18 @@
1
+# Ignore vendor directory (generated by Composer)
2
+vendor/
3
+
4
+# Ignore IDE-specific files
5
+.idea/
6
+.vscode/
7
+*.sublime-workspace
8
+*.sublime-project
9
10
+# Ignore PHPUnit configuration file (if you're using phpunit.xml for local customizations)
11
+phpunit.xml
12
13
+# Ignore Composer lock file if you don't want to share it (usually, you want to commit composer.lock)
14
+# composer.lock
15
16
+# Ignore operating system files
17
+.DS_Store
18
+Thumbs.db
0 commit comments