1 Star 0 Fork 2

GeoServer/geoserver-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
createGitIgnore 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
ETj 提交于 2011-05-10 16:05 . Initial revision
OUTFILE=gitignore
cat >$OUTFILE <<EOF
##
## This file has been automatically generated with the command line:
## for pom in \$(find -name "pom.xml") ; do path=\${pom%*pom.xml} ; echo '#' \$path ; echo ; echo \${path}target ; echo ; done > .gitignore
##
## - ETj
nb*.xml
.classpath
.project
.settings
EOF
for pom in $(find -name "pom.xml")
do
path=${pom%*pom.xml}
echo '#' $path >>$OUTFILE
echo >>$OUTFILE
echo ${path}target >>$OUTFILE
echo >>$OUTFILE
done
echo New file gitignore has been created. You may now want to replace your original .gitignore file.
echo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geo-server/geoserver-manager.git
git@gitee.com:geo-server/geoserver-manager.git
geo-server
geoserver-manager
geoserver-manager
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385