mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-11-01 04:14:24 +08:00 
			
		
		
		
	 2e60505c20
			
		
	
	
		2e60505c20
		
	
	
	
	
		
			
			- Create project build scripts and configuration files - Define module paths and project flags - Set up Kotlin and Spring Boot plugins - Configure Maven publishing and semantic versioning plugins - Add a source code packaging task - Set up the project dependency repositories - Initialize gradle-wrapper
		
			
				
	
	
		
			51 lines
		
	
	
		
			618 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			618 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Compiled class file
 | |
| *.class
 | |
| 
 | |
| # Log file
 | |
| *.log
 | |
| .gradle
 | |
| build/
 | |
| !gradle/wrapper/gradle-wrapper.jar
 | |
| !**/src/main/**/build/
 | |
| !**/src/test/**/build/
 | |
| 
 | |
| ### IntelliJ IDEA ###
 | |
| .idea/modules.xml
 | |
| .idea/jarRepositories.xml
 | |
| .idea/compiler.xml
 | |
| .idea/libraries/
 | |
| .idea/
 | |
| *.iws
 | |
| *.iml
 | |
| *.ipr
 | |
| out/
 | |
| !**/src/main/**/out/
 | |
| !**/src/test/**/out/
 | |
| 
 | |
| ### Kotlin ###
 | |
| .kotlin
 | |
| 
 | |
| ### Eclipse ###
 | |
| .apt_generated
 | |
| .classpath
 | |
| .factorypath
 | |
| .project
 | |
| .settings
 | |
| .springBeans
 | |
| .sts4-cache
 | |
| bin/
 | |
| !**/src/main/**/bin/
 | |
| !**/src/test/**/bin/
 | |
| 
 | |
| ### NetBeans ###
 | |
| /nbproject/private/
 | |
| /nbbuild/
 | |
| /dist/
 | |
| /nbdist/
 | |
| /.nb-gradle/
 | |
| 
 | |
| ### VS Code ###
 | |
| .vscode/
 | |
| 
 | |
| ### Mac OS ###
 | |
| .DS_Store |