.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. logs
  2. .DS_Store
  3. node_modules
  4. /dist
  5. /webapp/dist
  6. jobserver
  7. npm-debug.log
  8. webapp/yarn-error.log
  9. mattermost.mattermost-license
  10. config/mattermost.mattermost-license
  11. config/config.json
  12. web/static/js/bundle*.js
  13. web/static/js/bundle*.js.map
  14. web/static/js/libs*.js
  15. config/active.dat
  16. config/config.json
  17. /plugins
  18. # Enterprise imports file
  19. imports/imports.go
  20. # Build Targets
  21. .prebuild
  22. .npminstall
  23. .yarninstall
  24. /prepackaged_plugins
  25. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  26. *.o
  27. *.a
  28. *.so
  29. # Folders
  30. _obj
  31. _test
  32. .vscode
  33. testfiles
  34. # Architecture specific extensions/prefixes
  35. [568vq].out
  36. *.cgo1.go
  37. *.cgo2.c
  38. _cgo_defun.c
  39. _cgo_gotypes.go
  40. _cgo_export.*
  41. _testmain.go
  42. *.exe
  43. *.test
  44. *.prof
  45. # Log files
  46. *.log
  47. *.log.jsonl
  48. *.log.gz
  49. # Fuzz binaries and working dir
  50. *fuzz.zip
  51. app/workdir
  52. .tmp
  53. # Vim temporary files
  54. [._]*.s[a-w][a-z]
  55. [._]s[a-w][a-z]
  56. *.un~
  57. Session.vim
  58. .netrwhist
  59. *~
  60. # Gogland project files
  61. mattermost-server.iml
  62. # Build files
  63. *bundle.js
  64. web/sass-files/sass/.sass-cache/
  65. *config.codekit
  66. *.sass-cache
  67. *styles.css
  68. # Default local file storage
  69. data/*
  70. webapp/data/*
  71. api/data/*
  72. api4/data/*
  73. app/data/*
  74. enterprise
  75. cover.out
  76. ecover.out
  77. cprofile.out
  78. *.test
  79. webapp/coverage
  80. /report.xml
  81. .agignore
  82. .ctags
  83. /tags
  84. .idea
  85. debug
  86. client
  87. __debug_bin
  88. report.xml
  89. go.*.orig
  90. config.override.mk