forked from isaqb-org/glossary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (35 loc) · 1.07 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
# mkdocs releated
docs
site
# generated folders
/generated/gen-terms-*.md
# IDE files
translator/.idea
translator/.gradle
.idea
.DS_Store
.settings/org.eclipse.buildship.core.prefs
.classpath
.project
.vscode/settings.json
# obsolete folders
older-resources/Glossar D_EN.xlsx
older-resources/iSAQB terminology.xlsx
older-resources/iSAQB-CPSA-FL-Terms-DE-EN_Uli_Becker.xlsx
older-resources/isaqb-glossar.docx
isaqb-terms-translated_test.json
generated/gen-tt-DE-EN.md
generated/gen-tt-EN-DE.md
# build files
.gradle
build/classes/main/sandbox$_run_closure1.class
build/classes/main/sandbox.class
build/classes/main/TranslationTable$_addWords_closure1.class
build/classes/main/TranslationTable$_ttLines_closure2.class
build/classes/main/TranslationTable.class
build/classes/main/Translator$_build_DE_TranslationTable_closure2$_closure4.class
build/classes/main/Translator$_build_DE_TranslationTable_closure2.class
build/classes/main/Translator$_build_EN_TranslationTable_closure1.class
build/classes/main/Translator$_isItCompliantToRules_closure3.class
build/classes/main/Translator.class
build