4 Star 3 Fork 1

Gitee 极速下载 / codeready-workspaces

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/redhat-developer/codeready-workspaces
克隆/下载
.gitignore 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Boldt 提交于 2023-01-25 22:36 . add pyvenv.cfg to .gitignore
.Dockerfile
# Eclipse #
###################
*.launch
.classpath
.project
.settings/
target/
bin/
test-output/
maven-eclipse.xml
# Idea #
##################
*.iml
*.ipr
*.iws
.idea/
.vscode/
# Compiled source #
###################
!*.com/
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
# Logs and databases #
######################
*.log
*.sqlite
npm-debug.log.*
# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
*/overlays
*~
# Che files #
#############
.che
dockerfiles/che/eclipse-che.tar.gz
dockerfiles/che/eclipse-che/
.unison*
docs/_site
docs/.sass-cache
docs/.jekyll-metadata
docs/assets/imgs
!assembly/assembly-main/src/assembly/bin/
# NodeJs modules #
##################
plugins/plugin-terminal-ui/node_modules/
plugins/plugin-terminal-ui/build/
pyvenv.cfg
1
https://gitee.com/mirrors/codeready-workspaces.git
git@gitee.com:mirrors/codeready-workspaces.git
mirrors
codeready-workspaces
codeready-workspaces
devspaces-3-rhel-8

搜索帮助