Use absolute paths in gitignore
This commit is contained in:
+4
-7
@@ -1,9 +1,6 @@
|
|||||||
// JSX cache
|
|
||||||
.module-cache
|
|
||||||
|
|
||||||
// Packages
|
// Packages
|
||||||
node_modules
|
/node_modules
|
||||||
bower_components
|
/app/bower_components
|
||||||
|
|
||||||
// Config files
|
// Config files
|
||||||
/config.json
|
/config.json
|
||||||
@@ -13,5 +10,5 @@ bower_components
|
|||||||
*.txt
|
*.txt
|
||||||
|
|
||||||
// Compiled
|
// Compiled
|
||||||
app/jsx/build
|
/app/jsx/build
|
||||||
build/*
|
/build
|
||||||
|
|||||||
Reference in New Issue
Block a user