summaryrefslogtreecommitdiff
path: root/.vscodeignore
blob: bed640725d2ebf285bfcfd74d033e3e76d9e6066 (plain)
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
# IDE configs
.vscode/**
.idea/**
*.iml
javaconfig.json
classpath.txt
tsconfig.json
tsd.json
*.xml

# Logs
*.log*

# Sources
typings/**
src/**
test/**
lib/**
repo/**
scripts/**

# Compiler output
out/test/**
target/**
!target/fat-jar.jar

# Extensions
.gitignore
**/*.map