-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitignore
More file actions
49 lines (46 loc) · 751 Bytes
/
gitignore
File metadata and controls
49 lines (46 loc) · 751 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
# This file is managed by code-skeleton. Do not make changes.
# ignore everything in the root
/*
# keep these
!**/.gitignore
!/.devcontainer/
!/.eslintrc.js
!/.github/
!/.gitignore
!/.npmrc
!/.prettierrc.json
!/.taprc
!/Dockerfile
!/bin/
!/CHANGELOG*
!/docs/
!/knexfile.ts
!/lib/
!/migrations/
!/.nomad/
!/LICENSE*
!/package.json
!/README*
!/scripts/
!/seeds/
!/tap-snapshots/
!/test/
!/tsconfig*.json
!/heroku.yml
# re-ignore typescript output artifacts
/knexfile.js
/knexfile.d.ts
/bin/**/*.js
/bin/**/*.d.ts
/lib/**/*.js
/lib/**/*.d.ts
/migrations/**/*.js
/migrations/**/*.d.ts
/scripts/**/*.js
/scripts/**/*.d.ts
/seeds/**/*.js
/seeds/**/*.d.ts
/test/**/*.js
/test/**/*.d.ts
# make sure we keep type defs for external libs
!/lib/types/*/*.d.ts