forked from parasoft/parabank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (31 loc) · 717 Bytes
/
.gitignore
File metadata and controls
37 lines (31 loc) · 717 Bytes
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
*.bak
/target/
hs_err_*.log
*.log
# Parasoft-specific:
.parasoft
.jtest/
jtest-ma/
jtest-sa/
jtest-ut/
jtest-mt-cov/
jtest-ft-cov/
/soatest/.metadata/
/soatest/localsettings.properties
/soatest/report-bookstore/
/soatest/report-parabank/
/soatest/TestAssets/test_templates/
/soatest/stubs/
# Phabricator Arcanist
/.arcconfig
# All below configurations are copied from: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
**/.idea/**/workspace.xml
**/.idea/**/runConfigurations/
# Gradle:
**/.idea/**/gradle.xml
**/.idea/**/libraries/
# IntelliJ
out/