Skip to content

Commit f3d0ee4

Browse files
committed
initial commit
0 parents  commit f3d0ee4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/composer.lock
2+
/composer.phar
3+
/phpunit.xml
4+
/.phpunit.result.cache
5+
/phpunit.phar
6+
/config/Migrations/schema-dump-default.lock
7+
/vendor/
8+
/.idea/
9+
*.diff
10+
*.err
11+
*.log
12+
*.orig
13+
*.rej
14+
*.swo
15+
*.swp
16+
*.vi
17+
*~
18+
/.ddev/
19+
.idea/*
20+
nbproject/*
21+
.vscode
22+
.DS_Store
23+
.cache
24+
.project
25+
.settings
26+
.svn
27+
errors.err
28+
tags
29+
node_modules
30+
package-lock.json
31+
/nbproject/
32+
/vendor
33+
/webroot/css/style.css.map
34+
/webroot/mix.js.map
35+
/webroot/mix-manifest.json
36+
/tools/
37+
/.phpunit.cache/
38+
/auth.json

0 commit comments

Comments
 (0)