aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2018-08-04 03:48:41 +0200
committerTeddy Wing2018-08-04 03:48:41 +0200
commitdc161135845000964de83dd30aedae777882b6b8 (patch)
tree796694b925e6a828f98fd8d795c7b4bbbb947bef /.gitignore
parent4b4c06cfb4ec5b12d107e79610cae851c25fd24c (diff)
downloadLegibility-dc161135845000964de83dd30aedae777882b6b8.tar.bz2
Add .gitignore
Ignore contents of the `/css/` directory, but don't ignore `.keep` files, to allow the directory to remain tracked in the repo.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..48658f6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/css/**
+!.keep