aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 0232dd094a06af340f8e645af5eeb5baf6c93587 (plain) (blame)
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
# Packages
node_modules
**/node_modules

# Log files
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# IDE
.vscode

# Docker (experimental)
docker/
Dockerfile
.dockerignore
docker-compose.yml
docker-compose.config.yml
docker-compose.config.example.yml

# Tests
coverage/
jest-setup.ts
jest.config.js

# Linting
.eslingignore
.eslintrc.json
tsconfig.eslint.json

# Miscellaneous
.tmp
.vscode
.git
.gitattributes
.gitignore
README.md
chibi.ps1
chibi.sh
dist
.nuxt