https://github.com/twbs/bootstrap
Revision 358486553a7d7580574b1dc619ff74c2b5453d04 authored by GeoSot on 17 April 2022, 22:26:33 UTC, committed by GeoSot on 30 June 2022, 19:56:21 UTC
1 parent 66fcd62
Raw File
Tip revision: 358486553a7d7580574b1dc619ff74c2b5453d04 authored by GeoSot on 17 April 2022, 22:26:33 UTC
Checkpoint
Tip revision: 3584865
.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