-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Git): cleanup repository by improving .gitignore after #474
- Loading branch information
Showing
15 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/site/assets/ | ||
/site/static/*.html | ||
/site/static/css/.gitkeep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,43 @@ | ||
.sass-cache | ||
node_modules | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# IDEs and editors | ||
/.idea | ||
.idea | ||
_site/ | ||
site/_data/sass | ||
site/_data/sassdoc | ||
site/static/docs.css | ||
site/static/docs.js | ||
*.log | ||
.vscode | ||
/.idea:* | ||
/.idea/* | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
.vscode/* | ||
.history/* | ||
|
||
# misc | ||
/.sass-cache | ||
|
||
# System Files | ||
.DS_Store | ||
._* | ||
Thumbs.db | ||
|
||
# Numerous always-ignore extensions | ||
*.diff | ||
*.err | ||
*.log | ||
*.rej | ||
|
||
# Compiled assets | ||
/site/_data/sass | ||
/site/_data/sassdoc | ||
/site/static/css/*.css | ||
/site/static/css/*.css.map | ||
/site/static/docs.js | ||
/docs/static/css/.gitkeep | ||
|
||
# While working on 11ty refactor | ||
_site/ | ||
src/ | ||
# Dist files | ||
/css/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.