34 lines
357 B
Plaintext
34 lines
357 B
Plaintext
# IDE configs
|
|
.vscode/**
|
|
.idea/**
|
|
*.iml
|
|
javaconfig.json
|
|
classpath.txt
|
|
tsconfig.json
|
|
tsd.json
|
|
*.xml
|
|
|
|
# Logs
|
|
*.log*
|
|
|
|
# Sources
|
|
typings/**
|
|
src/**
|
|
test/**
|
|
lib/**
|
|
!lib/javaconfig.schema.json
|
|
repo/**
|
|
scripts/**
|
|
build.sh
|
|
|
|
# Compiler output
|
|
out/test/**
|
|
target/**
|
|
|
|
# Extensions
|
|
.gitignore
|
|
**/*.map
|
|
|
|
# Temporary, include after legal approval
|
|
open-source-licenses.txt
|