.gitignore 943 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  2. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  3. # User-specific stuff:
  4. .idea/workspace.xml
  5. .idea/tasks.xml
  6. .idea/dictionaries
  7. .idea/vcs.xml
  8. .idea/jsLibraryMappings.xml
  9. # Sensitive or high-churn files:
  10. .idea/dataSources.ids
  11. .idea/dataSources.xml
  12. .idea/sqlDataSources.xml
  13. .idea/dynamic.xml
  14. .idea/uiDesigner.xml
  15. # Gradle:
  16. .idea/gradle.xml
  17. .idea/libraries
  18. # Mongo Explorer plugin:
  19. .idea/mongoSettings.xml
  20. # File-based project format:
  21. *.iws
  22. # End of JetBrains IDE ignore
  23. # Start of C-files ignore
  24. # Object files
  25. *.o
  26. *.ko
  27. *.obj
  28. *.elf
  29. *.d
  30. *.lst
  31. # Precompiled Headers
  32. *.gch
  33. *.pch
  34. # Libraries
  35. *.lib
  36. *.a
  37. *.la
  38. *.lo
  39. # Shared objects (inc. Windows DLLs)
  40. *.dll
  41. *.so
  42. *.so.*
  43. *.dylib
  44. *.bin
  45. *.map
  46. # Executables
  47. *.exe
  48. *.out
  49. *.app
  50. *.i*86
  51. *.x86_64
  52. *.hex
  53. # Debug files
  54. *.dSYM/
  55. *.sh
  56. .idea/
  57. .idea/workspace.xml