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.

34 lines
605 B

2 years ago
  1. # Common IntelliJ Platform excludes
  2. # User specific
  3. **/.idea/**/workspace.xml
  4. **/.idea/**/tasks.xml
  5. **/.idea/shelf/*
  6. **/.idea/dictionaries
  7. **/.idea/httpRequests/
  8. # Sensitive or high-churn files
  9. **/.idea/**/dataSources/
  10. **/.idea/**/dataSources.ids
  11. **/.idea/**/dataSources.xml
  12. **/.idea/**/dataSources.local.xml
  13. **/.idea/**/sqlDataSources.xml
  14. **/.idea/**/dynamic.xml
  15. # Rider
  16. # Rider auto-generates .iml files, and contentModel.xml
  17. **/.idea/**/*.iml
  18. **/.idea/**/contentModel.xml
  19. **/.idea/**/modules.xml
  20. *.suo
  21. *.user
  22. .vs/
  23. [Bb]in/
  24. [Oo]bj/
  25. _UpgradeReport_Files/
  26. [Pp]ackages/
  27. Thumbs.db
  28. Desktop.ini
  29. .DS_Store