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
|
2020-09-27 19:21:32 +00:00
|
|
|
|
|
|
|
# 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
|