generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
56 lines (53 loc) · 905 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.hermit/
.vscode/*
.registry/
!/.vscode/extensions.json
!/.vscode/settings.json
!/.vscode/launch.json
.idea/*
!.idea/runConfigurations/
*.iml
target/
build/
deploy/
.DS_Store
reflex.conf
/logs/
/node_modules
package-lock.json
*.tsbuildinfo
generated_ftl_module.go
*.zip
dist/
examples/**/go.work
examples/**/go.work.sum
testdata/**/go.work
testdata/**/go.work.sum
**/testdata/**/ftl-module-schema/
**/examples/**/ftl-module-schema/**/*
**/smoketest/**/ftl-module-schema/**/*
go-runtime/schema/testdata/test/test.go
.cache
# Leaving old _ftl for now to avoid old stuff getting checked in
**/testdata/**/_ftl
**/examples/**/_ftl
**/smoketest/**/_ftl
**/testdata/**/.ftl
**/examples/**/.ftl
**/smoketest/**/.ftl
/.ftl
buildengine/.gitignore
go.work*
junit*.xml
/readme-tests
/docs/public
.ftl.lock
docker-build/
**/.ftl
charts/**/charts/
charts/**/output/
# Python specific
__pycache__/
*.pyc
*.pyo
.venv/