forked from InseeFr/Eno
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
54 lines (45 loc) · 1.6 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Ignore generated questionnaies
target/
# Ignore temp generated files
*.tmp
# Ignore java libraries
lib/
# Ignore IDE files
.classpath
.project
.settings/
.idea
eno-core.iml
# Generated files
#src/main/resources/xslt/inputs/ddi/source.xsl
#src/main/resources/xslt/inputs/ddi/templates.xsl
#src/main/resources/xslt/inputs/ddi/functions.xsl
#src/main/resources/xslt/inputs/pogues-xml/source.xsl
#src/main/resources/xslt/inputs/pogues-xml/templates.xsl
#src/main/resources/xslt/inputs/pogues-xml/functions.xsl
#src/main/resources/xslt/transformations/ddi2fr/ddi2fr.xsl
#src/main/resources/xslt/transformations/ddi2fr/drivers.xsl
#src/main/resources/xslt/transformations/ddi2fr/functions.xsl
#src/main/resources/xslt/transformations/ddi2fr/tree-navigation.xsl
#src/main/resources/xslt/transformations/pogues-xml2ddi/drivers.xsl
#src/main/resources/xslt/transformations/pogues-xml2ddi/functions.xsl
#src/main/resources/xslt/transformations/pogues-xml2ddi/pogues-xml2ddi.xsl
#src/main/resources/xslt/transformations/pogues-xml2ddi/tree-navigation.xsl
# Locked Fods files
*.fods#
# Ignore generated xsl files
src/main/resources/xslt/inputs/*/source.xsl
src/main/resources/xslt/inputs/*/templates.xsl
src/main/resources/xslt/inputs/*/functions.xsl
src/main/resources/xslt/transformations/*/*.xsl
src/main/resources/xml/null.xml
# Ignore temp and debug files
*-temp.*
*-debug.*
# Don't ignore not generated files looking like generated ones
!src/main/resources/xslt/inputs/fods/source.xsl
!src/main/resources/xslt/inputs/xml/source.xsl
!src/main/resources/xslt/transformations/*/*-fixed.xsl
#Oxygen project
Eno.xpr
questionnaires/test/