You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SC-MOM/chuang.gitignore

9 lines
137 B

#忽略java,python的编译文件
application-dev.yml
application.yml
*.class
*.pyc
#忽略开发工具自己的配置文件
.idea
*.iml