]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix /_vendor ignore in .gitignore
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Dec 2016 15:34:13 +0000 (16:34 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Dec 2016 15:34:13 +0000 (16:34 +0100)
Mistaken `.gitignore` with `.npmignore`. The `/vendor` directory should
be ignored by git, not npm.

.gitignore
.npmignore

index 1c23ecef2b55dbe27cc89cdcb7a6314aab4c0288..8c8b8a489be6585b86db2169cc3e7dc923f8f88a 100644 (file)
@@ -15,6 +15,7 @@
 .sass-cache/*
 .yardoc
 _build
+_vendor
 .customizer
 
 bower_components
index e0b187f54909c58c47dcb7e40082beae9e30d4b8..95048910605e598e71a024a15e04af1fd992a7ff 100644 (file)
@@ -1,6 +1,5 @@
 .sass-cache
 _build
-_vendor
 bower_components
 config
 docs