aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a0225ed83ff0bf9844fedd71708a8631fd7b288d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Logs
*.log

# Dependency directories
node_modules/
dist

### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
*.code-workspace

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Cache file creation bug
.yarn/cache/*
.yarn/sdks/eslint/*
.yarn/sdks/prettier/*
.yarn/install-state.gz
.yarn/build-state.url
.yarn/releases.gz

### yarn ###
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored

.pnp.*
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
!.yarn/cache

# Options and credentials for the bot
src/config/options.ts

# Unused sqlite database, uses postgresql now but I am keeping it in here just in case
data.db

# IRONM00N's Crap
src/config/options_old.ts
src/config/options_pi.ts

lib/badlinks-secret.json5