github.com/quickfeed/quickfeed@v0.0.0-20240507093252-ed8ca812a09c/.gitignore (about) 1 node_modules 2 .vs 3 .idea 4 debug 5 !public/.vscode/tasks.json 6 public/dist/bundle.js* 7 public/dist/bundle.js.map 8 ./quickfeed 9 backups 10 scratchpad 11 proto-include 12 bin 13 14 # Environment and shell scripts 15 cyclone.sh 16 start.sh 17 update.sh 18 quickfeed-env.sh 19 .env* 20 !.env-template 21 22 # Configuration and certificate files 23 *.pem 24 internal/config/certs/* 25 26 # Database and Log files 27 *.db 28 *.log 29 30 # Test copies generated by webpack-dev-server make target 31 public/public/index.html 32 public/public/styles.css 33 public/assets/index.html 34 TODO 35 dat320-original.xlsx 36 dat320-approve-list.xlsx 37 patch/go.pb.go 38 oldbackups/* 39 backup.sh 40 go.work.sum