-
Notifications
You must be signed in to change notification settings - Fork 751
/
.gitignore
57 lines (45 loc) · 861 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
*.class
*.log
*.log.*
# Ballerina
Ballerina.lock
# 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*
.idea
*.iml
*.ipr
*.iws
# generated files
target
results
.ballerina
/gen
/compiler/ballerina-lang/src/main/resources/grammar/BallerinaLexer.tokens
/composer/modules/web/dist-electron/
velocity.log
/composer/modules/web/dist-electron
extractedDistribution
misc/testerina/modules/report-tools/node_modules/
tests/jballerina-integration-test/src/test/resources/profiler/profiler
# gradle
.gradle
build/
gradle-app.setting
!gradle-wrapper.jar
.gradletasknamecache
# mac
.DS_Store
.classpath
.project
.settings
.vscode
# java packages
!/compiler/ballerina-lang/src/main/java/io/ballerina/build
# code coverage reports
/.jacoco