summaryrefslogtreecommitdiffstatshomepage
path: root/core/.gitignore
blob: 6b71af77a2666cb9e93b9636254f4a4661472066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ignore node_modules folder created when installing core's JavaScript
# dependencies.
node_modules
yarn-error.log

# Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
phpcs.xml
phpunit.xml

# Ignore package-lock.json that is automatically created when adding
# dependencies by users of NPMv5.
package-lock.json

# Ignore test reports
reports

# Ignore local Nightwatch settings
nightwatch.settings.json

# Ignore dotenv
.env