Permalink
Cannot retrieve contributors at this time
# --- Ignore workflow metadata | |
.env | |
bower_components/ | |
node_modules/ | |
out/ | |
.*~ | |
.bundle | |
.idea/ | |
.komodotools | |
.project | |
.sass-cache | |
.settings/ | |
.tern-project | |
.tmproj | |
*.esproj | |
*.komodoproject | |
*.sublime-* | |
*.swp | |
browserstack.js | |
codekit-config.json | |
mixture.json | |
npm-debug.log | |
prepros.json | |
# --- Ignore system cruft | |
.cache | |
.DS_Store | |
.tmp | |
*.diff | |
*.err | |
*.log | |
*.orig | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
error_log | |
Thumbs.db | |
Homestead.yaml | |
vendor/* | |
*.vagrant | |
# --- Include .gitignore directives | |
!.gitignore | |
!*/.gitignore |