summaryrefslogtreecommitdiff
path: root/.vscodeignore
blob: 4db2eea3abc076f33f0d733c6537f9c5578f838d (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
30
31
32
# IDE configs
.vscode/**
.idea/**
git_hooks/**
*.iml
classpath.txt
tsconfig.json
tsd.json
*.xml
configure

# Logs
*.log*

# Sources
src/**
test/**
repo/**
scripts/**
lib/**
images/**
!lib/src.zip
!lib/error_prone.jar
!lib/java.tmLanguage.json

# Compiler output
out/test/**
target/**

# Extensions
.gitignore
**/*.map