Skip to content

Commit 1629f47

Browse files
Add .gitignore
1 parent 0c0620f commit 1629f47

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)