-
Notifications
You must be signed in to change notification settings - Fork 552
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 736 Bytes
/
.gitignore
File metadata and controls
53 lines (45 loc) · 736 Bytes
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
# Dependencies
node_modules/
# Build output
/packages/instantsearch.js/dist
/packages/instantsearch.js/cjs
/packages/instantsearch.js/es
/packages/vue-instantsearch/vue2
/packages/vue-instantsearch/vue3
dist/
build/
!scripts/build/
!scripts/build/**
# Generated files
/docs
/website/algoliasearch-helper-js/*
/website/examples/*
/website/stories/*
/website/specs/*
/storybook/dist/*
!.gitkeep
# Unneeded changelogs
examples/*/*/CHANGELOG.md
tests/*/CHANGELOG.md
scripts/*/CHANGELOG.md
# Logs
*.log
# private files
.env
.idea/
.vscode/
# Caches
.eslintcache
.parcel-cache
.nuxt
# Test artifacts
integration/screenshots/
junit
/coverage
junit.xml
playwright-report/
test-results/
# User-specific files
*.iml
.DS_Store
preview.zip