mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 20:08:36 +08:00 
			
		
		
		
	Create 60.gitignore
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a4d07f0033
								
							
						
					
					
						commit
						23007bc766
					
				
							
								
								
									
										57
									
								
								60.gitignore
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								60.gitignore
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,57 @@ | ||||||
|  | # Ignore environment variable files | ||||||
|  | .env | ||||||
|  | .env.* | ||||||
|  | 
 | ||||||
|  | # Ignore secret configuration files | ||||||
|  | config/secrets.yml | ||||||
|  | config/secrets/*.yml | ||||||
|  | 
 | ||||||
|  | # Ignore private keys | ||||||
|  | *.pem | ||||||
|  | *.key | ||||||
|  | 
 | ||||||
|  | # Ignore database files | ||||||
|  | *.sqlite3 | ||||||
|  | *.db | ||||||
|  | 
 | ||||||
|  | # Ignore log files | ||||||
|  | *.log | ||||||
|  | 
 | ||||||
|  | # Ignore temporary files and folders | ||||||
|  | tmp/ | ||||||
|  | temp/ | ||||||
|  | *.tmp | ||||||
|  | *.swp | ||||||
|  | 
 | ||||||
|  | # Ignore compiled files | ||||||
|  | *.class | ||||||
|  | *.dll | ||||||
|  | *.exe | ||||||
|  | *.o | ||||||
|  | *.so | ||||||
|  | 
 | ||||||
|  | # Ignore dependency directories | ||||||
|  | node_modules/ | ||||||
|  | vendor/ | ||||||
|  | 
 | ||||||
|  | # Ignore build outputs | ||||||
|  | dist/ | ||||||
|  | build/ | ||||||
|  | out/ | ||||||
|  | 
 | ||||||
|  | # Ignore backup files | ||||||
|  | *.bak | ||||||
|  | *.orig | ||||||
|  | 
 | ||||||
|  | # Ignore personal IDE files | ||||||
|  | .vscode/ | ||||||
|  | .idea/ | ||||||
|  | *.iml | ||||||
|  | 
 | ||||||
|  | # Ignore coverage reports | ||||||
|  | coverage/ | ||||||
|  | *.lcov | ||||||
|  | 
 | ||||||
|  | # Ignore other sensitive files | ||||||
|  | .DS_Store | ||||||
|  | Thumbs.db | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nodoubtz
						Nodoubtz