1 Star 0 Fork 0

China_jin/netcdf-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Sean Arms 提交于 2021-05-06 08:42 . Ignore .run/ intellij directory.
# Ignore all target directories
target/
# Ignore possible THREDDS content directories
tds/content/
# Ignore unwanted IntelliJ IDEA project files
/intelliJ/
/intellij/
*.ipr
*.iml
*.iws
.idea/
atlassian-ide-plugin.xml
.run/
# ignore intellij compile directories
# `module`/out/ (i.e. tds/out)
*/out/
*/*/out/
# Ignore Dreamweaver balogna
_notes
_compareTemp
# Ignore eclipse project files
.classpath
.project
.settings/
bin/
*~
# Ignore the Gradle cache directory.
.gradle/
# Ignore the output that Gradle generates in the "build/" directories...
build/
# ...but not the source code in the "edu.ucar.build" package inside buildSrc
!**/src/**/edu/ucar/build/
# Ignore default content directory for mock servlets
tds/src/content/
#More testing stuff
opendap/src/test/data/test.*.*
# OS generated files
.DS_Store*
ehthumbs.db
# On Windows (and Mac?), it appears that the "Icon" line is followed by two blank lines.
# DO NOT DELETE THEM. They are actually carraige returns ('\r'), and are part of the pattern.
# See https://github.com/github/gitignore/pull/183
Icon
Thumbs.db
*.swp
*.*~
._*
# Coverity files
cov-int
thredds.tgz
# dependency check NVD files
project-files/owasp-dependency-check/nvd
# copies of shared files used by documentation build
docs/**/_data/topnav.yml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/China_jin/netcdf-java.git
git@gitee.com:China_jin/netcdf-java.git
China_jin
netcdf-java
netcdf-java
6.x

搜索帮助