Skip to content

Commit

Permalink
Upgraded .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasRychtecky committed Feb 6, 2017
1 parent be39636 commit f4facb2
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .gitignore
Expand Up @@ -2,19 +2,10 @@
#################
doc/

# Virtualenv #
##############
ve/

# Compiled source #
###################
*.pyc

# Cache #
#########
.sass-cache/
CACHE/

# IDE files #
#############
.project
Expand All @@ -39,17 +30,10 @@ CACHE/
thumbs.db
Thumbs.db

# CoffeeScript & Closure #
##########################
node_modules/
bower_components/
var/
dj/static/js/bower_components
dj/static/js/goog
dj/static/js/var
dj/static/js/start.js
dj/static/js/deps.js
dj/static/js/app.js
# Example project #
###################
example/var/
example/media/

# Coverage #
############
Expand Down

0 comments on commit f4facb2

Please sign in to comment.