view .hgignore @ 1206:4df70458164d

Add public schema to search path and remove obsolete data-source. We need the public schema to access PostGIS functionality. The lada-bund data-source is obsolete since the schema has been removed.
author Tom Gottfried <tom@intevation.de>
date Fri, 02 Dec 2016 20:13:12 +0100
parents 565c8a67034d
children
line wrap: on
line source
# use glob syntax.
syntax: glob

*.class
*.orig
.classpath
.gitignore
.factorypath
.gitignore
.project
*.swp
*.swo
*~
TAGS

# 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)