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 dfd5520 commit 3fd234bCopy full SHA for 3fd234b
.gitattributes
@@ -14,7 +14,6 @@
14
15
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
16
17
-/.travis.yml export-ignore
18
/.git* export-ignore
19
/.editorconfig export-ignore
20
/test export-ignore
.gitignore
@@ -1,6 +1,10 @@
1
-node_modules
2
-#dist/
+logs/
+vhosts/*.conf
3
+!vhosts/.000-default.conf
4
+!vhosts/000-no-ssl.default.conf
5
test/*
6
!test/build/
7
!test/vhosts/
8
*.old
9
+node_modules
10
+#dist/
0 commit comments