-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (39 loc) · 851 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
# Ignore project files that should not be in version control
.env
cghooks.lock
drush/contrib/
files
files_private
node_modules
public/robots.txt
public/core
public/modules/contrib
public/themes/contrib
public/profiles/config_installer
public/profiles/contrib
public/libraries
public/sites/default/files
public/sites/simpletest
tools/init-tools-status
vendor
web/
drush/sites/.checksums
.phpunit.result.cache
*.sql
# Ignore build folders
build/
dist/
# Ingore files that are only for the current local environment
public/sites/default/local.settings.php
public/sites/default/local.services.yml
# Ignore the folder created by PhpStorm
.idea/*
# Ignore themes with own git repositories
public/themes/custom/hdbt*
# Ignore modules with own repositories
public/modules/custom/helfi_*
# Ignore OSX generated files
.DS_Store
._*
!*.gitkeep
!*.keepme