notify.moe/.gitignore

25 lines
291 B
Plaintext
Raw Permalink Normal View History

2019-11-04 08:21:05 +00:00
# General ignore patterns
2019-08-27 08:58:16 +00:00
*.exe
*.exe~
*.dll
2016-10-21 10:31:42 +00:00
*.so
2019-08-27 08:58:16 +00:00
*.dylib
2016-10-21 10:31:42 +00:00
*.test
*.out
2019-11-04 08:21:05 +00:00
*.prof
2016-10-21 10:31:42 +00:00
2017-06-07 21:37:13 +00:00
# Log files
2017-06-19 01:59:59 +00:00
*.log
2019-08-27 08:58:16 +00:00
# JS files are generated from TS files
2017-06-22 07:32:02 +00:00
*.js
2019-08-27 08:58:16 +00:00
# Components are generated by the "pack" tool
/components
2017-06-22 07:32:02 +00:00
# Personal startup settings for each contributor
2019-08-27 08:58:16 +00:00
/custom.go
# Server binary
2019-11-04 08:21:05 +00:00
/notify.moe