github.com/vnforks/kid/v5@v5.22.1-0.20200408055009-b89d99c65676/.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 /prepackaged_plugins 30 31 # Compiled Object files, Static and Dynamic libs (Shared Objects) 32 *.o 33 *.a 34 *.so 35 36 # Folders 37 _obj 38 _test 39 .vscode 40 41 # Architecture specific extensions/prefixes 42 [568vq].out 43 44 *.cgo1.go 45 *.cgo2.c 46 _cgo_defun.c 47 _cgo_gotypes.go 48 _cgo_export.* 49 50 _testmain.go 51 52 *.exe 53 *.test 54 *.prof 55 56 # Log files 57 *.log 58 *.log.jsonl 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 /report.xml 96 97 .agignore 98 .ctags 99 tags 100 .idea 101 102 debug 103 client 104 __debug_bin 105 report.xml 106 go.*.orig