mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-12 07:42:39 +10:00
15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
# Ignore node_modules folder
|
|
node_modules/
|
|
|
|
# Ignore npm debug log
|
|
npm-debug.log
|
|
|
|
# Ignore yarn debug log
|
|
yarn-debug.log
|
|
|
|
# Ignore yarn error log
|
|
yarn-error.log
|
|
|
|
# Ignore .env file
|
|
.env
|