forked from romanchaa997/Audityzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
129 lines (116 loc) · 1.6 KB
/
Copy path.npmignore
File metadata and controls
129 lines (116 loc) · 1.6 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Source control
.git
.github
.gitignore
.gitattributes
# Development
.vscode
.idea
*.log
*.tsbuildinfo
tsconfig.json
.eslintrc*
.prettierrc*
.editorconfig
.nyc_output
# Testing
test/
tests/
__tests__/
coverage/
playwright-report/
test-results/
test-output/
reports/
# Project specific
darkforest-v0.6/
automation/
assets/
autotests/
Airdrop/
checklists/
docs/
docs-site/
examples/
extensions/
landing-v2/
media/
metamask-dtk-defai/
mocked-sample-app/
my-vue-app/
plugins/
SolidStartApp/
uniswap-dapp-starter/
Audityzer/
audityzer-community-tests/
# Environment and configuration
.env*
.cursor/
.npmrc
.travis.yml
*.tgz
.DS_Store
# Large directories that don't need to be published
node_modules/
dist/
tmp/
temp/
# Debug
*.heapsnapshot
*.cpuprofile
# Source files (only include compiled outputs)
src/
test-user-data-dir/
scripts/
# Misc
README-IMPLEMENTATION-STATUS.md
.gitlab-ci.yml
screencast-script.md
implementation-guide.md
productization-strategy.md
docusaurus-setup.md
influencer-dm-template.md
new-landing.html
simple-landing.html
index.html
project-verification-report.md
layerzero-discord-pitch.txt
# Development files
.github/
.vscode/
.cursor/
automation/
autotests/
checklists/
darkforest-v0.6/
docs/
examples/
landing-v2/
playwright-report/
playwright-tests/
reports/
test-results/
test-output/
test-user-data-dir/
tests/
Audityzer/
# Config files not needed in the final package
.eslintrc.cjs
.eslintrc.json
.prettierrc
.lighthouserc.json
.gitlab-ci.yml
# Test and dev artifacts
*.log
*.tgz
*.zip
*.gz
# Build directories
dist/
coverage/
node_modules/
# Ignore test files
*.test.js
*.test.ts
*.spec.js
*.spec.ts