Clarinet will add 2 files to your project: my-contract.clar and my-contract.test.ts.
my-contract.clar
my-contract.test.ts
.gitignore
Clarinet.toml
package.json
tsconfig.json
vitest.config.js
Clarinet will also add the configuration to the Clarinet.toml file for your contract.
Adding contracts manually
You can also add contracts to your project by adding the files manually. However, you must add the appropriate configuration to Clarinet.toml in order for Clarinet to recognize the contracts.