Skip to content

Commit 5456397

Browse files
committed
Add .gitignore
0 parents  commit 5456397

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Visual Studio
2+
.vs/
3+
4+
# Visual Studio Code
5+
.vscode/
6+
7+
# IntelliJ platforms
8+
.idea/
9+
10+
# PHP Code Sniffer config
11+
.php_cs
12+
13+
# Composer files and dependencies
14+
vendor/
15+
composer.lock
16+
17+
# Test files and folders
18+
tests/
19+
20+
# Docs (hidden for now)
21+
docs/

0 commit comments

Comments
 (0)