2017-02-03 07:52:32 -06:00
|
|
|
.*.swp
|
|
|
|
|
2017-06-28 04:28:13 -05:00
|
|
|
# Hidden files
|
|
|
|
.*
|
|
|
|
|
2021-07-20 06:14:58 -05:00
|
|
|
# Allow GitHub config
|
|
|
|
!.github
|
|
|
|
|
2017-06-28 04:28:13 -05:00
|
|
|
# Downloads
|
2017-12-19 08:09:15 -06:00
|
|
|
/.downloads
|
2017-06-28 04:28:13 -05:00
|
|
|
|
2017-02-03 07:52:32 -06:00
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Folders
|
2017-09-19 05:40:21 -05:00
|
|
|
/kafka
|
|
|
|
/bin
|
|
|
|
/pkg
|
|
|
|
/_obj
|
|
|
|
/_test
|
|
|
|
/vendor/bin
|
2019-03-04 08:47:29 -06:00
|
|
|
/docker/build
|
2021-03-30 03:53:02 -05:00
|
|
|
/logs
|
2022-01-31 07:44:52 -06:00
|
|
|
/jetstream
|
2017-02-03 07:52:32 -06: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 06:14:58 -05:00
|
|
|
*.wasm
|
2022-05-11 09:39:36 -05:00
|
|
|
*.aar
|
|
|
|
*.jar
|
|
|
|
*.framework
|
|
|
|
*.xcframework
|
2018-01-02 12:26:37 -06:00
|
|
|
|
|
|
|
# Generated keys
|
|
|
|
*.pem
|
|
|
|
*.key
|
|
|
|
*.crt
|
2019-05-21 15:56:55 -05:00
|
|
|
|
|
|
|
# Default configuration file
|
|
|
|
dendrite.yaml
|
2020-03-10 06:42:40 -05:00
|
|
|
|
|
|
|
# Database files
|
|
|
|
*.db
|
2023-01-23 11:55:12 -06:00
|
|
|
*.db-journal
|
2020-03-10 06:42:40 -05:00
|
|
|
|
|
|
|
# Log files
|
2022-03-03 05:40:53 -06:00
|
|
|
*.log*
|
2020-06-11 04:16:46 -05:00
|
|
|
|
|
|
|
# Generated code
|
|
|
|
cmd/dendrite-demo-yggdrasil/embed/fs*.go
|
2021-07-20 06:14:58 -05:00
|
|
|
|
|
|
|
# Test dependencies
|
|
|
|
test/wasm/node_modules
|
2021-11-24 06:55:13 -06:00
|
|
|
|
2022-03-03 05:40:53 -06:00
|
|
|
# Ignore complement folder when running locally
|
|
|
|
complement/
|
2021-11-24 06:55:13 -06:00
|
|
|
|
2022-05-11 09:39:36 -05:00
|
|
|
# Stuff from GitHub Pages
|
|
|
|
docs/_site
|
|
|
|
|
2022-03-03 05:40:53 -06:00
|
|
|
media_store/
|
2023-04-04 02:42:46 -05:00
|
|
|
build
|