gdnative_cpp_sample/.gitignore

38 lines
365 B
Plaintext
Raw Normal View History

2023-05-23 18:04:53 +02:00
engine
pandemonium_engine
modules/*
logs/*
__pycache__/**
2023-05-31 23:53:53 +02:00
cpp/gdnative_cpp/
2023-05-23 18:04:53 +02:00
*.pyc
*.d
*.o
*.meta
game/.import/**
game/.prop_tool_temp/**
.sconsign.dblite
.DS_Store
export/**
release/**
.vs/*
.kdev4/*
.vscode/*
TestRWTextures
_build/*
_binaries/*
game/android/build/*
*.blend1
.dir-locals.el
build.config
__pycache__/*