forked from cypress-io/cypress-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (30 loc) · 702 Bytes
/
.gitignore
File metadata and controls
36 lines (30 loc) · 702 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
node_modules/
db.json
public/
*.log
.history
.vscode
.DS_Store
.deploy*/
support
!cypress/support
.idea/
themes/cypress/source/css/vendor/
themes/cypress/source/js/vendor/
themes/cypress/source/fonts/vendor/
cypress/screenshots
cypress/videos
# Dynamically parsed data
source/_data/banners.yml
# Translations
# By default we ignore each translation folder like "source/ja",
# During the build, We copy English file for each untranslated page to
# the language folder - if there is no fully translated file there.
# Thus when you add a new translation, add it to the source control
# with "git add --force" command to override the folder.
#
source/ja
source/zh-cn
source/pt-br
source/ru
source/es