IDEA 创建的项目,需要搞个.gitignore文件,文件内容可以参考插件的。


  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  4. *.iml
  5. ## Directory-based project format:
  6. .idea/
  7. # if you remove the above rule, at least ignore the following:
  8. # User-specific stuff:
  9. # .idea/workspace.xml
  10. # .idea/tasks.xml
  11. # .idea/dictionaries
  12. # Sensitive or high-churn files:
  13. # .idea/dataSources.ids
  14. # .idea/dataSources.xml
  15. # .idea/sqlDataSources.xml
  16. # .idea/dynamic.xml
  17. # .idea/uiDesigner.xml
  18. # Gradle:
  19. # .idea/gradle.xml
  20. # .idea/libraries
  21. *.log
  22. # Mongo Explorer plugin:
  23. # .idea/mongoSettings.xml
  24. ## File-based project format:
  25. *.ipr
  26. *.iws
  27. ## Plugin-specific files:
  28. # IntelliJ
  29. /out/
  30. # mpeltonen/sbt-idea plugin
  31. .idea_modules/
  32. # JIRA plugin
  33. atlassian-ide-plugin.xml
  34. # Crashlytics plugin (for Android Studio and IntelliJ)
  35. com_crashlytics_export_strings.xml
  36. crashlytics.properties
  37. crashlytics-build.properties
  38. ### Maven template
  39. target/
  40. pom.xml.tag
  41. pom.xml.releaseBackup
  42. pom.xml.versionsBackup
  43. pom.xml.next
  44. release.properties
  45. dependency-reduced-pom.xml
  46. buildNumber.properties
  47. .mvn/timing.properties

原文地址:https://blog.csdn.net/u010372981/article/details/78422687

最新文章

  1. SQLSERVER 获取datetime日期的查询语句
  2. js-JavaScript高级程序设计学习笔记19
  3. myeclipse eclipse 使用git插件访问github 的解决方案
  4. WebConfig错误页配置
  5. php date("Y-m-d H:i:s") 出现警告信息
  6. Java对象序列化---转载
  7. MAC中Django中runserver提示Can't connect to local MySQL server through socket '/tmp/mysql.sock错误
  8. Linux下网络编程学习杂记
  9. ADO访问Access数据库错误解决心得随笔
  10. jquery获取元素方式
  11. iOS UIView非常用方法及属性详解
  12. Ubuntu离线安装VSCode(附带前期准备工作)
  13. struts2--值栈
  14. [CQOI2014]数三角形
  15. Linux下学习摄像头使用
  16. WPF 实现主从的datagrid以及操作rowdetailtemplate 的方法
  17. 【NOIP 2015】Day2 T3 运输计划
  18. Dom方法,解析XML文件
  19. JS 在页面上直接将json数据导出到excel,支持chrome,edge,IE10+,IE9,IE8,Safari,Firefox
  20. Muduo学习笔记(一) 什么都不做的EventLoop

热门文章

  1. 数据库中的同义词synonym
  2. c++ 标准 字符串转换为时间 时间大小比较 判断有效期 简洁办法
  3. PHP 浮点型运算相关问题
  4. dig命令不能使用(-bash: dig: command not found)
  5. Linux 在 TOP 命令中切换内存的显示单位
  6. 5-1 嵌套while循环应用
  7. Spring cloud微服务安全实战-4-2微服务安全的新挑战
  8. Python - Django - session 的基本使用
  9. REDIS类和方法说明
  10. 【计算机视觉】图像配准(Image Registration)