Browse Source

gitignore revision

pull/40/head
Marcin Łabanowski 12 years ago
committed by Michael Save
parent
commit
e6eb44d7dd
  1. 9
      .gitignore

9
.gitignore

@ -2,13 +2,16 @@
*.html *.html
# instance-config # instance-config
inc/instance-config.php /inc/instance-config.php
# .installed # .installed
.installed /.installed
# script file # script file
main.js /main.js
# templates cache
/templates/cache
# other stuff # other stuff
.DS_Store? .DS_Store?

Loading…
Cancel
Save