Gitignore bin (#867)
* Adding MS * Ignore bin folder contents but keep folder * Undo a file change * On pull request
This commit is contained in:
		
							parent
							
								
									59f5cccfbf
								
							
						
					
					
						commit
						8a0404f424
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
name: CI build
 | 
					name: CI build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on: [push]
 | 
					on: [push, pull_request]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
 | 
					  ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										10
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -15,13 +15,9 @@ moc*
 | 
				
			|||||||
base-full/
 | 
					base-full/
 | 
				
			||||||
logs/
 | 
					logs/
 | 
				
			||||||
bass.lib
 | 
					bass.lib
 | 
				
			||||||
bin/base/background/
 | 
					
 | 
				
			||||||
bin/base/cases/
 | 
					bin/*
 | 
				
			||||||
bin/base/characters/
 | 
					
 | 
				
			||||||
bin/base/evidence/
 | 
					 | 
				
			||||||
bin/base/fonts/
 | 
					 | 
				
			||||||
bin/base/sounds/
 | 
					 | 
				
			||||||
bin/user*
 | 
					 | 
				
			||||||
bins/
 | 
					bins/
 | 
				
			||||||
build/
 | 
					build/
 | 
				
			||||||
release/
 | 
					release/
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								bin/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								bin/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					*
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					!.gitignore
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user