diff options
author | Teddy Wing | 2018-08-04 03:48:41 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-04 03:48:41 +0200 |
commit | dc161135845000964de83dd30aedae777882b6b8 (patch) | |
tree | 796694b925e6a828f98fd8d795c7b4bbbb947bef | |
parent | 4b4c06cfb4ec5b12d107e79610cae851c25fd24c (diff) | |
download | Legibility-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.
-rw-r--r-- | .gitignore | 2 |
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 |