2 Star 1 Fork 0

akka-fusion / fusion-discoveryx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
Yang Jing 提交于 2019-12-26 15:15 . Web静态资源由Akka HTTP提供服务
# General
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Vim template
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
*.swp
### Eclipse template
.classpath
.settings/
.metadata
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
### Windows template
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# Linux
.directory
.Trash-*
.nfs*
### VisualStudioCode template
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea/
out/
.metals/
.scannerwork/
/.jvmopts
*.log
target/
logs/
~*
*.tmp
*.bak
!/sbt-dist/bin/
node_modules/
/discoveryx-server/src/main/resources/dist/
1
https://gitee.com/akka-fusion/fusion-discoveryx.git
git@gitee.com:akka-fusion/fusion-discoveryx.git
akka-fusion
fusion-discoveryx
fusion-discoveryx
master

搜索帮助