Skip to content

Commit 02f431a

Browse files
committed
Added Git ignore file and Apache access file.
1 parent 12d50ac commit 02f431a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Config file with passwords should not be in repo
2+
config.inc.php
3+
4+
# Files created by the script should likewise not be included
5+
checkin.sqlite
6+
status.txt

.htaccess

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Files ~ "\.(class.php|inc.php)$">
2+
order allow,deny
3+
deny from all
4+
</Files>
5+

0 commit comments

Comments
 (0)