Only ignore minified css files

master
Keith Irwin 2017-09-27 18:22:06 +00:00
parent 7b0da08fac
commit c55574f16c
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ config/env/*
!config/env/sample.js
# Minified or bundled static files (can be built with `npm run minify && npm run build`)
static/**/*.min.*
static/css/*.min.*
static/**/*.bun.*
# Ignore docs files