We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5670b commit 751934cCopy full SHA for 751934c
1 file changed
.gitignore
@@ -1,4 +1,16 @@
1
+# IDE Shizzle; it is recommended to use a global .gitignore for this but since this is an OSS project we want to make
2
+# it easy to contribute
3
.idea
-vendor
-/build
4
-/temp
+/nbproject/private/
5
+.buildpath
6
+.project
7
+.settings
8
+
9
+# Build folder and vendor folder are generated code; no need to version this
10
+build/*
11
+temp/*
12
+vendor/*
13
+composer.phar
14
15
+# By default the phpunit.xml.dist is provided; you can override this using a local config file
16
+phpunit.xml
0 commit comments