mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Change gitkeep into gitignore and move ignore up to root gitignore
I kept on getting confused on why things were being ignored in the data dir and didn't know where to look.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# addon writes tmp stuff directly to its dir
|
||||
/data/
|
||||
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!README.md
|
||||
@@ -0,0 +1 @@
|
||||
This directory stores generated drawings in SVG format.
|
||||
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!README.md
|
||||
@@ -0,0 +1 @@
|
||||
This directory stores generated tabular schedules in SVG format.
|
||||
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!README.md
|
||||
@@ -0,0 +1 @@
|
||||
This directory stores generated sheets in SVG format. Sheets typically contain drawings and schedules.
|
||||
Regular → Executable
Reference in New Issue
Block a user