We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c53682a + 6e9ed0f commit 8a8206fCopy full SHA for 8a8206f
1 file changed
.gitignore
@@ -0,0 +1,17 @@
1
+*/config/development
2
+*/logs/log-*.php
3
+!*/logs/index.html
4
+*/cache/*
5
+!*/cache/index.html
6
+!*/cache/.htaccess
7
+
8
+user_guide_src/build/*
9
+user_guide_src/cilexer/build/*
10
+user_guide_src/cilexer/dist/*
11
+user_guide_src/cilexer/pycilexer.egg-info/*
12
13
+#codeigniter 3
14
+application/logs/*
15
+!application/logs/index.html
16
+!application/logs/.htaccess
17
+/vendor/
0 commit comments