1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 11:32:19 +00:00
ghostream/.gitignore
2020-10-20 21:29:41 +02:00

26 lines
283 B
Plaintext

# Don't commit project files
.idea/
# Configuration file
ghostream.yml
# Compiled files
pkged.go
# Test video and audio files
*.ivf
*.ogg
# Coverage files
*.cov
# Profiler and test files
*.prof
*.test
# Javascript tools
.eslintrc.js
node_modules
package.json
package-lock.json