summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 054cf97384d2bc011083a936bf8c69f1cb510e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.DS_Store

# IntelliJ files
**/.idea/*
!/.idea/vcs.xml
!/.idea/codeStyles
!/.idea/copyright
out/
*.iml

# Gradle files
build/
.gradle/

# Maven files
target

# Modules for JS projects build
node_modules

# benchmarks.jar
/benchmarks.jar