Don't blanket ignore dist dir, to avoid confusion
This commit is contained in:
parent
019008c5af
commit
9a38a9790f
14
.gitignore
vendored
14
.gitignore
vendored
@ -9,17 +9,23 @@
|
||||
.svn/
|
||||
.project
|
||||
.pydevproject
|
||||
.idea
|
||||
.su?
|
||||
|
||||
analytics.js
|
||||
inverse-analytics.js
|
||||
.idea
|
||||
|
||||
# python/buildout
|
||||
eggs
|
||||
.Python
|
||||
build
|
||||
parts
|
||||
*.pyc
|
||||
*.egg-info
|
||||
|
||||
dev-jc.html
|
||||
inverse-dev.html
|
||||
inverse-dev-jc.html
|
||||
|
||||
converse-logs/*.html
|
||||
|
||||
# Ruby/Sass/Bundler
|
||||
@ -31,7 +37,6 @@ bourbon
|
||||
Backbone.Overview
|
||||
tags
|
||||
stamp-npm
|
||||
stamp-bower
|
||||
stamp-bundler
|
||||
|
||||
# Sphinx
|
||||
@ -51,8 +56,5 @@ develop-eggs
|
||||
.DS_Store
|
||||
|
||||
# Builds
|
||||
dist/*
|
||||
css/*.map
|
||||
css/*.min.css
|
||||
.sv?
|
||||
/vendor/
|
||||
|
Loading…
Reference in New Issue
Block a user