github.com/lingyao2333/mo-zero@v1.4.1/.gitignore (about) 1 # Ignore all 2 * 3 4 # Unignore all with extensions 5 !*.* 6 !**/Dockerfile 7 !**/Makefile 8 9 # Unignore all dirs 10 !*/ 11 !api 12 13 # ignore 14 .idea 15 **/.DS_Store 16 **/logs 17 18 # for test purpose 19 **/adhoc 20 go.work 21 go.work.sum 22 23 # gitlab ci 24 .cache 25 .golangci.yml 26 27 # vim auto backup file 28 *~ 29 !OWNERS