forked from govCMS/GovCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (43 loc) · 622 Bytes
/
.gitignore
File metadata and controls
56 lines (43 loc) · 622 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
54
55
56
# Ignore GovCMS build files.
.docker/auth.json
build.properties
tests/screenshots/*
# Fixtures added
tests/cy/cypress/fixtures/currentComposer.json
# Ignore drupal core.
docroot/
web/
app/
# Ignore build artifacts
/deploy
bin/*
reports
# Composer vendor
composer.lock
vendor/
vendor/.git
# Sass
.sass-cache
# Node
node_modules/
# Cypress
tests/cy/cypress/videos
tests/cy/cypress/screenshots
# Drupal console
console/
console/cache/
# DrupalVM
.vagrant/
behat.vm.yml
# PHPStorm
.idea/
atlassian-ide-plugin.xml
# Netbeans IDE
nbproject
nbproject/*
# OS X
.DS_Store
.AppleDouble
.LSOverride
# .lock files
*.lock