-
Notifications
You must be signed in to change notification settings - Fork 51
/
.gitignore
76 lines (62 loc) · 997 Bytes
/
.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*~
*.patch
# Include patches used for the publick package
!/zanata-war/etc/public-package/patches/**/*.patch
*.sedbak
zanatasearchindex/
test-output/
hs_err_pid*.log
localDB.log
localDB.properties
/.pc/
/.ant-targets-build.xml
/.pages.xml.spdia
temp-testng-customsuite.xml
*_qc.properties
# eclipse and maven stuff
.classpath
.metadata/
.settings/
.project
bin/
/target/
/*/target/
/*/*/target/
*.orig
*.versionsBackup
.pages.xml.spdia
# eclipse scrapbook page:
*.jpage
*.pdf
# idea
*.idea/
*.iml
# kde related
*.directory
#gwt related
.gwt-log
*.gwt-tmp
/zanata-war/src/main/webapp/WEB-INF/deploy/
/zanata-war/src/main/webapp/webtrans/
# vim
*.swp
.mvn/timing.properties
# binary files
*.class
*.exe
*.jar
*.war
*.zip
# temp files
*.log
*.temp
*.tmp
/tmp*
*.bak
# Gradle files
.gradle/
# other things that really ought to go under target/
ehcache.disk.store.dir/
frontend/src/main/web/jsconfig.json
frontend/src/main/web/.vscode/launch.json
frontend/src/main/web/.vscode/tasks.json