aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4f2dc2aa8402cc27b48e17c882411a5a17a69318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.env
*.deb
*.rpm

# Additional package locks
pnpm-lock.yaml
yarn.lock

# Go binaries and test artifacts
main
*.test

node_modules

# MacOS
.DS_store

# Intellij
.idea