Initial commit of template
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Lockfiles
|
||||
bun.lock
|
||||
|
||||
# Contracts (Anchor / Rust)
|
||||
contracts/node_modules
|
||||
contracts/target/debug
|
||||
contracts/target/release
|
||||
contracts/target/sbpf-solana-solana
|
||||
contracts/target/.rustc_info.json
|
||||
|
||||
# Expo
|
||||
.expo
|
||||
expo-env.d.ts
|
||||
|
||||
# Metro bundler
|
||||
.metro-cache
|
||||
|
||||
# Build output
|
||||
dist
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user