summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0786295cf59f94c269e0514161a5943b4fd651aa (plain)
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
# Visual Studio Code
/.vscode
!/.vscode/extensions.json

# Intelij-IDEA
/.idea

# Node.js
/node_modules
report.*.json

# config
/.config/*
!/.config/example.yml
!/.config/docker_example.env

# misskey
/build
/built
/data
/.cache-loader
/db
/elasticsearch
npm-debug.log
*.pem
run.bat
api-docs.json
*.log
/redis
*.code-workspace
.DS_Store
/files
ormconfig.json

# blender backups
*.blend1
*.blend2
*.blend3
*.blend4
*.blend5