Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 32d00c4

Browse files
committed
Updating .gitignore to just say public
Previously had many files/subdirectories broken out in the `.gitignore`; seems the idea is just to ignore the entire directory, which can be done with just the one line. Does not address any open issue; just addresses potential confusion over what should/shouldn't be ignored in `public`.
1 parent 029ac93 commit 32d00c4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.gitignore

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
node_modules/
22
.DS_Store
3-
public/index.html
4-
public/styleguide.html
5-
public/styleguide/html/styleguide.html
6-
public/css/*
7-
public/data/*
8-
public/fonts/*
9-
public/js/*
10-
public/images/*
11-
public/patterns/*
123
latest-change.txt
134
patternlab.json
145
.sass-cache/*
156
/sass-cache
167
source/images/Thumbs.db
17-
public/styleguide/css/static.css.map
18-
public/styleguide/css/styleguide-specific.css.map
19-
public/styleguide/css/styleguide.css.map
208
source/css/style.css.map
219
.idea/
22-
public/styleguide/
10+
public

0 commit comments

Comments
 (0)