Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85f9dcead08161e14adcec1128b7e3b989073a66 (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
*cert
*Backend
.DS_Store

# Website node modules and build output
Website/package-lock.json
Website/.editorconfig
Website/node_modules
Website/.nuxt
Website/dist/
Website/_nuxt

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

node_modules

# Build files
Extensions/combined/bundled-content-script.js