There was an error while loading. Please reload this page.
1 parent 37dd61d commit fa0c6b3Copy full SHA for fa0c6b3
1 file changed
.gitignore
@@ -9,27 +9,18 @@ nbproject
9
.project
10
.settings
11
12
+# sublime text project / workspace files
13
+*.sublime-project
14
+*.sublime-workspace
15
+
16
# windows thumbnail cache
17
Thumbs.db
18
-# composer vendor dir
-/vendor
-
-# composer itself is not needed
19
-composer.phar
20
21
# Mac DS_Store Files
22
.DS_Store
23
24
-# phpunit itself is not needed
25
-phpunit.phar
26
-# local phpunit config
27
-/phpunit.xml
28
-# phpunit cache
29
-.phpunit.result.cache
+# composer vendor dir
+/vendor
30
31
-# Codeception
+# Codeception C3
32
c3.php
33
34
-#tests
35
-tests/Support/Data/database.db_snapshot
0 commit comments