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