2013-10-06 18:35:07 -05:00
|
|
|
# Ignore docs files
|
2021-03-02 17:05:26 +02:00
|
|
|
/_site/
|
2013-02-13 12:30:56 -08:00
|
|
|
|
2012-01-19 20:31:45 +00:00
|
|
|
# Numerous always-ignore extensions
|
|
|
|
*.diff
|
|
|
|
*.err
|
|
|
|
*.log
|
2014-10-20 01:50:59 +02:00
|
|
|
*.orig
|
2012-01-19 20:31:45 +00:00
|
|
|
*.rej
|
|
|
|
*.swo
|
|
|
|
*.swp
|
|
|
|
*.vi
|
2014-10-20 01:50:59 +02:00
|
|
|
*.zip
|
2011-10-07 06:02:02 +02:00
|
|
|
*~
|
2012-01-19 20:31:45 +00:00
|
|
|
|
|
|
|
# OS or Editor folders
|
2012-03-11 00:11:03 +04:00
|
|
|
._*
|
2012-01-19 20:31:45 +00:00
|
|
|
.cache
|
2014-10-20 01:50:59 +02:00
|
|
|
.DS_Store
|
|
|
|
.idea
|
2012-01-19 20:31:45 +00:00
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.tmproj
|
|
|
|
*.esproj
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2014-10-20 01:50:59 +02:00
|
|
|
nbproject
|
|
|
|
Thumbs.db
|
2020-09-29 19:33:09 +03:00
|
|
|
/.vscode/
|
|
|
|
# Local Netlify folder
|
|
|
|
.netlify
|
2012-01-19 20:31:45 +00:00
|
|
|
|
|
|
|
# Komodo
|
|
|
|
.komodotools
|
2014-10-20 01:50:59 +02:00
|
|
|
*.komodoproject
|
2012-01-19 20:31:45 +00:00
|
|
|
|
|
|
|
# Folders to ignore
|
2019-01-14 21:08:24 +02:00
|
|
|
/js/coverage/
|
|
|
|
/node_modules/
|
2025-02-18 11:37:02 -08:00
|
|
|
|
|
|
|
# TODO(HiDeoo) Rename or remove later
|
2025-02-18 11:41:54 -08:00
|
|
|
/site/dist
|
2025-02-18 11:37:02 -08:00
|
|
|
# TODO(HiDeoo) This could be avoided by modifying the other node_modules ignore rule.
|
2025-02-18 11:41:54 -08:00
|
|
|
/site/node_modules
|
2025-02-18 11:37:02 -08:00
|
|
|
# TODO(HiDeoo) Rename later
|
2025-02-18 11:41:54 -08:00
|
|
|
/site/.astro
|
2025-02-18 11:37:02 -08:00
|
|
|
# TODO(HiDeoo) Rename later
|
2025-02-18 11:41:54 -08:00
|
|
|
/site/public
|