diff --git a/.gitignore b/.gitignore index d4fd85e..22d1bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,7 @@ typings/ # next.js build output .next +public/stylesheets/*.css +public/stylesheets/*.map + uploads diff --git a/public/stylesheets/style.css.map b/public/stylesheets/style.css.map deleted file mode 100644 index da6cfa2..0000000 --- a/public/stylesheets/style.css.map +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 3, - "file": "style.css", - "sources": [ - "style.sass" - ], - "names": [], - "mappings": "AAAA,AAAA,IAAI,CAAC;EACH,OAAO,EAAE,IAAI;EACb,IAAI,EAAE,kDAAkD,GAAG;;AAE7D,AAAA,CAAC,CAAC;EACA,KAAK,EAAE,OAAO,GAAG" -} \ No newline at end of file