diff options
author | xue <> | 2005-12-10 18:07:46 +0000 |
---|---|---|
committer | xue <> | 2005-12-10 18:07:46 +0000 |
commit | 972d759628dbf23e4d4d234f387fb4a047b7ee0f (patch) | |
tree | bfdc4cdcd4568f7a936bfec6d3142f3a60852064 /.gitattributes | |
parent | 974959a59b7e857ba72772f23ee4d2540195378c (diff) |
Added .htaccess file to hangman game.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f860df16..eee58da2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,7 @@ demos/controls/themes/BlueTheme/icon_profile.gif -text demos/controls/themes/BlueTheme/labels.skin -text demos/controls/themes/BlueTheme/simple.css -text demos/hangman/index.php -text +demos/hangman/protected/.htaccess -text demos/hangman/protected/application.xml -text demos/hangman/protected/data/words.txt -text demos/hangman/protected/pages/HomePage.php -text |