forked from eclipse-sw360/sw360
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (57 loc) · 916 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
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Maven artifacts
target/
.flattened-pom.xml
jgiven-reports/
# sass cache directory
.sass-cache/
# Ignore private and public keys
*id_rsa*
*key_vagrant
# ignore Idea/intelliJ files
*.idea
*.iml
# Ignore Eclipse files
.classpath
.project
.settings
.factorypath
# Ignore backup files
*.bak
*.orig
# Ignore any log files
*.log
# Ignore docker local files
deps
data
#config
.tmp
.env
# Gradle generated files
bin/**
gen/**
.gradletasknamecache
.gradle/
build/
bin/
tmp/**
tmp/**/*
# Sometimes we do use vim
.swp
# DS_Store
.DS_Store
.python-version
# Local logs for dev runtime
logs
scripts/docker-config/etc_sw360/couchdb-test.properties
scripts/docker-config/etc_sw360/couchdb.properties
**/*.versionsBackup
output