From dc161135845000964de83dd30aedae777882b6b8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 4 Aug 2018 03:48:41 +0200 Subject: Add .gitignore Ignore contents of the `/css/` directory, but don't ignore `.keep` files, to allow the directory to remain tracked in the repo. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48658f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/css/** +!.keep -- cgit v1.2.3