70 lines
		
	
	
		
			968 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			968 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | 
						|
 | 
						|
# dependencies
 | 
						|
node_modules/
 | 
						|
/.pnp
 | 
						|
.pnp.js
 | 
						|
.cache
 | 
						|
 | 
						|
# testing
 | 
						|
/coverage
 | 
						|
 | 
						|
# next.js
 | 
						|
/.next/
 | 
						|
/out/
 | 
						|
 | 
						|
# production
 | 
						|
/build
 | 
						|
 | 
						|
# misc
 | 
						|
.DS_Store
 | 
						|
*.pem
 | 
						|
/*.sql
 | 
						|
 | 
						|
# debug
 | 
						|
npm-debug.log*
 | 
						|
yarn-debug.log*
 | 
						|
yarn-error.log*
 | 
						|
 | 
						|
# local env files
 | 
						|
.env*
 | 
						|
!.env.development
 | 
						|
!.env.production
 | 
						|
 | 
						|
# local settings
 | 
						|
.vscode/settings.json
 | 
						|
 | 
						|
# vercel
 | 
						|
.vercel
 | 
						|
 | 
						|
# Elastic Beanstalk Files
 | 
						|
.elasticbeanstalk/*
 | 
						|
!.elasticbeanstalk/*.cfg.yml
 | 
						|
!.elasticbeanstalk/*.global.yml
 | 
						|
 | 
						|
# service worker
 | 
						|
public/sw.js*
 | 
						|
sw/precache-manifest.json
 | 
						|
public/workbox-*.js*
 | 
						|
public/*-development.js
 | 
						|
 | 
						|
.cache_ggshield
 | 
						|
docker-compose.*.yml
 | 
						|
*.sql
 | 
						|
!/prisma/migrations/*/*.sql
 | 
						|
!/docker/db/seed.sql
 | 
						|
 | 
						|
# nostr wallet connect
 | 
						|
scripts/nwc-keys.json
 | 
						|
 | 
						|
# lnbits
 | 
						|
docker/lnbits/data
 | 
						|
 | 
						|
# lndk
 | 
						|
!docker/lndk/tls-*.pem
 | 
						|
 | 
						|
# nostr link extract
 | 
						|
scripts/nostr-link-extract.config.json
 | 
						|
scripts/nostr-links.db
 | 
						|
scripts/twitter-link-extract.config.json
 | 
						|
scripts/twitter-links.db |