-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (56 loc) · 844 Bytes
/
.gitignore
File metadata and controls
65 lines (56 loc) · 844 Bytes
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
57
58
59
60
61
62
63
64
65
!Build/
*.bak
*~
.build/
.dir-locals.el
.last_cover_stats
.lein-*
.nrepl-port
/*-init.clj
/*.bak
/*.old
/*.out
*pom.xml
/bundle-release.log
Build
Build.bat
META.yml
_build/
blib/
cover_db/
inc/
log/
nytprof.out
pm_to_blib
release-archives/
target/
.cpcache/
.classpath
.factorypath
# Elastic Beanstalk Files
.ebextensions/app-env.config
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
Dockerrun.aws.json
build/*
#Local docker-compose env-variable files
.env
# secrets
/resources/secrets/
secrets.makedef
# Generated assets
/resources/client_build
# Datomic Transactor properties (with secret keys)
*transactor.properties
# Datomic database files
data/
# Source code linter cache
/.clj-kondo/.cache/
# IDE project/module settings
.vscode
.project
.settings
# VS Code calva extension configs
.calva
.lsp