23 lines
182 B
Plaintext
23 lines
182 B
Plaintext
# macOS
|
|
**/.DS_Store
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
# Run script
|
|
Makefile
|
|
Makefile.localhost
|
|
Makefile.prod
|
|
|
|
# Dev build
|
|
build/
|
|
tmp/
|
|
|
|
# Test
|
|
*.out
|
|
|
|
# Gitlab
|
|
gitlab-ci.yml
|
|
|
|
# Jenkins
|
|
Jenkinsfile |