mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
d95d30029f
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
39 lines
395 B
Plaintext
39 lines
395 B
Plaintext
# Ignore docs files
|
|
/_gh_pages/
|
|
/site/static/**/dist/
|
|
/resources/
|
|
|
|
# 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
|
|
|
|
# Komodo
|
|
.komodotools
|
|
*.komodoproject
|
|
|
|
# Folders to ignore
|
|
/js/coverage/
|
|
/node_modules/
|