-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.distignore
More file actions
47 lines (41 loc) · 610 Bytes
/
.distignore
File metadata and controls
47 lines (41 loc) · 610 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
node_modules
gulpfile.babel.js
.distignore
.distfiles
package-lock.json
bun.lock
.git
# Configuration files.
.editorconfig
.babelrc
.gitattributes
.gitignore
.nvmrc
.jshintignore
.jshintrc
# Dev files.
bin/*
.github/*
dev/*
assets/*
svn-push
AGENTS.md
CLAUDE.md
# Build configuration (not needed at runtime).
webpack.config.js
tailwind.config.js
postcss.config.js
# Composer and Package files.
composer.json
composer.lock
package.json
package.json.md5
# Read me and markdown files.
contributing.md
readme.md
# Tests and QA tooling.
tests/
codeception.dist.yml
codeception.slic.yml
phpcs.xml
.env.testing