mirror of
				https://github.com/r-freeman/portfolio.git
				synced 2025-11-04 06:51:11 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	Build And Publish / BuildAndPublish (push) Successful in 3m11s
				
			
		
			
				
	
	
		
			51 lines
		
	
	
		
			527 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			527 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | 
						|
prisma/**/*
 | 
						|
!prisma/schema.prisma
 | 
						|
.env
 | 
						|
 | 
						|
encrypt_secrets.sh
 | 
						|
 | 
						|
supabase/
 | 
						|
!/lib/supabase
 | 
						|
 | 
						|
.idea/
 | 
						|
 | 
						|
public/rss
 | 
						|
public/sitemap.xml
 | 
						|
public/robots.txt
 | 
						|
 | 
						|
# dependencies
 | 
						|
/node_modules
 | 
						|
/.pnp
 | 
						|
.pnp.js
 | 
						|
 | 
						|
# testing
 | 
						|
/coverage
 | 
						|
 | 
						|
# next.js
 | 
						|
/.next/
 | 
						|
/out/
 | 
						|
 | 
						|
# production
 | 
						|
/build
 | 
						|
 | 
						|
# misc
 | 
						|
.DS_Store
 | 
						|
*.pem
 | 
						|
 | 
						|
# debug
 | 
						|
npm-debug.log*
 | 
						|
yarn-debug.log*
 | 
						|
yarn-error.log*
 | 
						|
.pnpm-debug.log*
 | 
						|
 | 
						|
# local env files
 | 
						|
.env*.local
 | 
						|
 | 
						|
# vercel
 | 
						|
.vercel
 | 
						|
 | 
						|
# typescript
 | 
						|
*.tsbuildinfo
 | 
						|
next-env.d.ts
 |