diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 04:46:49 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 04:46:49 +0800 |
commit | 9004081ae0b91cb56c2194d14a8632da651ed605 (patch) | |
tree | bfca3084f32c70b8c797a65725bac32e23c90e4a /.gitignore | |
parent | 2eddfec3423b5ca72f1619f4daf9567c757e4896 (diff) | |
download | tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.tar tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.tar.gz tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.tar.bz2 tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.tar.lz tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.tar.xz tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.tar.zst tangerine-wallet-browser-9004081ae0b91cb56c2194d14a8632da651ed605.zip |
Ignore all compiled css, track only scss
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 780c4477f..08a544449 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,8 @@ test/background.js test/bundle.js test/test-bundle.js -#ignore css sourcemaps -ui/app/css/output/itcss/ +#ignore css output and sourcemaps +ui/app/css/output/ notes.txt |