diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-23 16:01:17 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-23 16:01:17 -0500 |
commit | 16dbb6d67620fd86adc44dfd704a5f590eaf8348 (patch) | |
tree | ae1eda43bc8e0a69d1dde08bf6483ac5ee0a8643 /.gitignore | |
parent | 18927496066167b73bf15e47882520da6624ee03 (diff) |
f
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d364dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/www/css/index.css +*.css.map +/plugins/*/ +/platforms/*/*/ +.sass-cache/ |