mirror of
				https://github.com/catfoolyou/Project164.git
				synced 2025-06-12 10:04:23 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Eclipse stuff
 | |
| .classpath
 | |
| .project
 | |
| .settings/
 | |
| 
 | |
| # netbeans
 | |
| nbproject/
 | |
| nbactions.xml
 | |
| 
 | |
| # we use maven!
 | |
| build.xml
 | |
| 
 | |
| # maven
 | |
| target/
 | |
| dependency-reduced-pom.xml
 | |
| 
 | |
| # vim
 | |
| .*.sw[a-p]
 | |
| 
 | |
| # various other potential build files
 | |
| build/
 | |
| bin/
 | |
| dist/
 | |
| manifest.mf
 | |
| 
 | |
| # Mac filesystem dust
 | |
| .DS_Store/
 | |
| 
 | |
| # intellij
 | |
| *.iml
 | |
| *.ipr
 | |
| *.iws
 | |
| .idea/
 | |
| 
 | |
| # other files
 | |
| *.log*
 | |
| *.yml
 |