summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 14 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 45b42408f..8d8d82cbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,21 @@
# Exclude npm stuff
-build
-node_modules
+/build
+/node_modules
+
+# PHP Code Sniffer
+/vendor
+/.php_cs.cache
# Local docs
/site
# Karma/jasmine coverage data
-coverage
-tests/php/coverage-html
-tests/php/clover.xml
-tests/php/.phpunit.result.cache
-tests/integration/vendor
-tests/integration/output
-
-js
+/coverage
+/tests/php/coverage-html
+/tests/php/clover.xml
+/tests/php/.phpunit.result.cache
+/tests/integration/vendor
+/tests/integration/output
-# PHP Coding Style
-vendor/
-.php_cs.cache
+# Compiled javascript
+/js