ghostream/.gitignore

26 lines
283 B
Plaintext
Raw Normal View History

2020-09-27 18:17:06 +00:00
# Don't commit project files
.idea/
# Configuration file
ghostream.yml
2020-09-28 15:36:40 +00:00
# Compiled files
pkged.go
2020-09-27 18:17:06 +00:00
# Test video and audio files
2020-09-27 18:19:33 +00:00
*.ivf
2020-09-27 18:17:06 +00:00
*.ogg
# Coverage files
*.cov
2020-10-14 13:34:29 +00:00
# Profiler and test files
*.prof
*.test
2020-10-20 19:29:41 +00:00
# Javascript tools
.eslintrc.js
node_modules
package.json
package-lock.json