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.
0 parents commit f3d0ee4Copy full SHA for f3d0ee4
.gitignore
@@ -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