Browse Source

Initial commit

master
Ken Schaefer 2 years ago
commit
35df51f3e6
  1. 26
      .gitignore
  2. 2
      README.md

26
.gitignore vendored

@ -0,0 +1,26 @@
# ---> ZendFramework
# Composer files
composer.phar
vendor/
# Local configs
config/autoload/*.local.php
# Binary gettext files
*.mo
# Data
data/logs/
data/cache/
data/sessions/
data/tmp/
temp/
#Doctrine 2
data/DoctrineORMModule/Proxy/
data/DoctrineORMModule/cache/
# Legacy ZF1
demos/
extras/documentation

2
README.md

@ -0,0 +1,2 @@
# openemr
Loading…
Cancel
Save