Skip to content

Commit

Permalink
chore(Git): cleanup repository by improving .gitignore after #474
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 10, 2024
1 parent 2fd3500 commit 798b8d2
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 26 deletions.
1 change: 1 addition & 0 deletions .eleventyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/site/assets/
/site/static/*.html
/site/static/css/.gitkeep
52 changes: 40 additions & 12 deletions .gitignore
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/
2 changes: 0 additions & 2 deletions docs/static/docs.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/docs.css.map

This file was deleted.

Empty file added site/static/css/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion site/static/css/a11y-en_advices-only.css

This file was deleted.

1 change: 0 additions & 1 deletion site/static/css/a11y-en_advices-only.css.map

This file was deleted.

1 change: 0 additions & 1 deletion site/static/css/a11y-en_errors-only.css

This file was deleted.

1 change: 0 additions & 1 deletion site/static/css/a11y-en_errors-only.css.map

This file was deleted.

Loading

0 comments on commit 798b8d2

Please sign in to comment.