forked from WordPress/openverse-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (43 loc) · 761 Bytes
/
.gitignore
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
.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
/test/e2e/screenshots
/test/e2e/videos
/test/selenium-webdriver/geckodriver.log
/test/selenium-webdriver/screenshots/*
selenium-debug.log
.pnpm-debug.log
.env
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
vercel.json
.eslintcache
.nuxt
src/locales/*.json
!src/locales/en.json
.nuxt-storybook
storybook-static
.vercel
/src/locales/scripts/valid-locales.json
/src/locales/scripts/untranslated-locales.json
/src/locales/scripts/wp-locales.json
.zshrc
.tcv-export
# pre-commit executable
pre-commit.pyz
# Playwright creates these two folders
test-results
test/Default
# Ignore local certificates
*.pem
# Ignore generated translation files
*.pot