Add F4SE plugin template
Create a minimal Fallout 4 F4SE/CommonLibF4 starter repo with build, packaging, install, and rename scripts, plus initial plugin source, headers, and xmake configuration.
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
# IDE / editor
|
||||
.cache/
|
||||
.idea/
|
||||
.vs/
|
||||
.vscode/.cache/
|
||||
|
||||
# xmake
|
||||
.xmake/
|
||||
build*/
|
||||
vs*/
|
||||
compile_commands.json
|
||||
|
||||
# Visual Studio generated files
|
||||
*.sln
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
|
||||
# Build output
|
||||
*.obj
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.dll
|
||||
*.lib
|
||||
*.exp
|
||||
*.exe
|
||||
*.zip
|
||||
|
||||
# Local config
|
||||
local.json
|
||||
dev-config.json
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user