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: c15edbdd2203646bd607c2782be6f833f88fa895 (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
*cert
*Backend
.DS_Store
package-lock.json

# 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

# Dist Files
Extensions/combined/dist/*
package-lock.json
Website/package-lock.json