mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
67 lines
964 B
Plaintext
67 lines
964 B
Plaintext
# Include your project-specific ignores in this file
|
|
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
|
|
|
|
|
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
# Ignore bundler config
|
|
/.bundle
|
|
.bundle
|
|
|
|
# Ignore the build directory
|
|
/build
|
|
build/
|
|
build
|
|
|
|
# Numerous always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.orig
|
|
*.log
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.zip
|
|
*.vi
|
|
*~
|
|
*.sass-cache
|
|
/.sass-cache
|
|
*.scssc
|
|
sass-cache/
|
|
.sass-cache
|
|
|
|
# OS or Editor folders
|
|
.DS_Store
|
|
.DS_Store?
|
|
*.DS_Store
|
|
._*
|
|
Thumbs.db
|
|
.cache
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
*.esproj
|
|
/.esproj/
|
|
nbproject
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.dropbox
|
|
/Icon
|
|
"Icon\r"
|
|
|
|
# Komodo
|
|
*.komodoproject
|
|
.komodotools
|
|
|
|
# Folders to ignore
|
|
.hg
|
|
.svn
|
|
.CVS
|
|
.idea
|
|
node_modules
|
|
dist |