mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Add aggressive .gitignore, default to whitelisting what we want versioned
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# exclude everything by default (this is a CMS!), and whitelist the safe stuff
|
||||
/*
|
||||
!.gitattributes
|
||||
!.gitignore
|
||||
!/plugins
|
||||
/plugins/october/demo
|
||||
!/themes
|
||||
/themes/demo
|
||||
Reference in New Issue
Block a user