mirror of
https://github.com/dromara/neutrino-proxy.git
synced 2026-06-03 21:01:05 +08:00
64 lines
833 B
Plaintext
64 lines
833 B
Plaintext
**/target/
|
|
# Compiled class file
|
|
*.class
|
|
data.db*
|
|
.neutrino-proxy.license
|
|
.neutrino-proxy-client.json*
|
|
lib/*
|
|
SensitiveInformation.txt
|
|
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
**/*.iml
|
|
**/.flattened-pom.xml
|
|
.idea
|
|
|
|
# 前端
|
|
**/package-lock.json
|
|
**/yarn.lock
|
|
|
|
**/tests/**/coverage/
|
|
**/tests/e2e/reports
|
|
**/selenium-debug.log
|
|
|
|
**/node_modules/
|
|
**/dist/
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**yarn-error.log*
|
|
**/*.log
|
|
**/gifs/
|
|
**/deploy/
|
|
|
|
**/app-**.yml
|
|
|
|
**/memo/**
|
|
|
|
neutrino-proxy-vuepress/deploy
|
|
neutrino-proxy-vuepress/deploy.sh
|
|
.NEUTRINO_PROXY_CLIENT_ID
|
|
logs
|
|
data
|
|
**/cert/**
|
|
neutrino-proxy-server/src/main/resources/static/**
|