Browse Source

Exclude doch folder

rugk 10 years ago
parent
commit
e4f615d8be
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -5,6 +5,10 @@
 # Ignore data/
 data/
 
+# Ignore PhpDoc
+doc/*
+!doc/*.md
+
 # Ignore vendor dir of Composer except PHP files
 vendor/*.*
 vendor/*/*.*