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.
1 parent 89e2b2a commit efa0bbdCopy full SHA for efa0bbd
1 file changed
.gitattributes
@@ -0,0 +1,24 @@
1
+# Configuration files.
2
+.editorconfig export-ignore
3
+.babelrc export-ignore
4
+.gitattributes export-ignore
5
+.gitignore export-ignore
6
+.nvmrc export-ignore
7
+.jshintignore export-ignore
8
+.jshintrc export-ignore
9
+gulpfile.js export-ignore
10
+
11
+# Dev files.
12
+bin/* export-ignore
13
+.github/* export-ignore
14
+dev/* export-ignore
15
+assets/* export-ignore
16
+svn-push export-ignore
17
18
+# Composer and Package files.
19
+composer.* export-ignore
20
+package.* export-ignore
21
22
+# Read me and markdown files.
23
+contributing.md export-ignore
24
+readme.md export-ignore
0 commit comments