Revision 1f0545bc938734ce918ba3b3ad42fb3622a103bf authored by GeoSot on 16 February 2022, 21:04:55 UTC, committed by GeoSot on 17 February 2022, 00:04:18 UTC
1 parent 8df3e63
Raw File
.gitignore
# Ignore docs files
/_site/
# Hugo files
/resources/
/.hugo_build.lock

# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~

# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
/.vscode/
# Local Netlify folder
.netlify

# Komodo
.komodotools
*.komodoproject

# Folders to ignore
/js/coverage/
/node_modules/
back to top