Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2015-10-25 06:55:56 +0300
committerIzzy Galvez <i@igalvez.net>2015-10-25 06:55:56 +0300
commit3870e4295c4bb66d38876ce9e368155598363090 (patch)
tree89431426a10e252f9eb1900134eb4c20fa5260ec
parent7c57e41d4644f4dcf3eeda67981c9f3363483a4e (diff)
update ignore rules to ignore all except the files part of this project. This allows me to use the folder live without having to worry about new, unrelated files interfering with the git repo itself.
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 85e7c1d..0c3cc40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
-/.idea/
+/*
+
+!/.autoindex/
+!/.logs/
+!/.htaccess
+!/LICENSE
+!/README.md