view .hgignore @ 741:c998673c6d1e

Add initial DB schema script. Generated with pg_dump -Os -f lada_schema.sql $db_name from a database that was set up from Rev 0978a9c668ee of Intevations internal db scripts repository.
author Tom Gottfried <tom@intevation.de>
date Mon, 26 Oct 2015 15:44:15 +0100
parents db7866a95cd2
children 2fe625c91ab3
line wrap: on
line source
# use glob syntax.
syntax: glob

*.class
*.orig
.classpath
.gitignore
.factorypath
.gitignore
.project
*~

# intellij support - ignore *.iml, .idea
.idea
*.iml

# switch to regexp syntax.
syntax: regexp
^target/
^.settings
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)