2017-02-03 14:52:32 +01:00
|
|
|
.*.swp
|
|
|
|
|
2017-06-28 11:28:13 +02:00
|
|
|
# Hidden files
|
|
|
|
.*
|
|
|
|
|
2021-07-20 13:14:58 +02:00
|
|
|
# Allow GitHub config
|
|
|
|
!.github
|
|
|
|
|
2017-06-28 11:28:13 +02:00
|
|
|
# Downloads
|
2017-12-19 15:09:15 +01:00
|
|
|
/.downloads
|
2017-06-28 11:28:13 +02:00
|
|
|
|
2017-02-03 14:52:32 +01:00
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Folders
|
2017-09-19 12:40:21 +02:00
|
|
|
/kafka
|
|
|
|
/bin
|
|
|
|
/pkg
|
|
|
|
/_obj
|
|
|
|
/_test
|
|
|
|
/vendor/bin
|
2019-03-04 15:47:29 +01:00
|
|
|
/docker/build
|
2021-03-30 10:53:02 +02:00
|
|
|
/logs
|
2022-01-31 14:44:52 +01:00
|
|
|
/jetstream
|
2017-02-03 14:52:32 +01:00
|
|
|
|
|
|
|
# Architecture specific extensions/prefixes
|
|
|
|
*.[568vq]
|
|
|
|
[568vq].out
|
|
|
|
|
|
|
|
*.cgo1.go
|
|
|
|
*.cgo2.c
|
|
|
|
_cgo_defun.c
|
|
|
|
_cgo_gotypes.go
|
|
|
|
_cgo_export.*
|
|
|
|
|
|
|
|
_testmain.go
|
|
|
|
|
|
|
|
*.exe
|
|
|
|
*.test
|
|
|
|
*.prof
|
2021-07-20 13:14:58 +02:00
|
|
|
*.wasm
|
2022-05-11 16:39:36 +02:00
|
|
|
*.aar
|
|
|
|
*.jar
|
|
|
|
*.framework
|
|
|
|
*.xcframework
|
2018-01-02 19:26:37 +01:00
|
|
|
|
|
|
|
# Generated keys
|
|
|
|
*.pem
|
|
|
|
*.key
|
|
|
|
*.crt
|
2019-05-21 22:56:55 +02:00
|
|
|
|
|
|
|
# Default configuration file
|
|
|
|
dendrite.yaml
|
2020-03-10 12:42:40 +01:00
|
|
|
|
|
|
|
# Database files
|
|
|
|
*.db
|
2023-01-23 18:55:12 +01:00
|
|
|
*.db-journal
|
2020-03-10 12:42:40 +01:00
|
|
|
|
|
|
|
# Log files
|
2022-03-03 12:40:53 +01:00
|
|
|
*.log*
|
2020-06-11 11:16:46 +02:00
|
|
|
|
|
|
|
# Generated code
|
|
|
|
cmd/dendrite-demo-yggdrasil/embed/fs*.go
|
2021-07-20 13:14:58 +02:00
|
|
|
|
|
|
|
# Test dependencies
|
|
|
|
test/wasm/node_modules
|
2021-11-24 13:55:13 +01:00
|
|
|
|
2022-03-03 12:40:53 +01:00
|
|
|
# Ignore complement folder when running locally
|
|
|
|
complement/
|
2021-11-24 13:55:13 +01:00
|
|
|
|
2022-05-11 16:39:36 +02:00
|
|
|
# Stuff from GitHub Pages
|
|
|
|
docs/_site
|
|
|
|
|
2022-03-03 12:40:53 +01:00
|
|
|
media_store/
|
2023-05-24 12:14:42 +02:00
|
|
|
build
|
|
|
|
|
|
|
|
# golang workspaces
|
2024-02-29 08:46:40 +01:00
|
|
|
go.work*
|
|
|
|
|
|
|
|
# helm chart
|
|
|
|
helm/dendrite/charts/
|