JM_KA/.gitignore

24 lines
357 B
Plaintext
Raw Normal View History

2021-12-27 01:08:45 +00:00
2022-08-19 02:51:46 +00:00
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
library/
temp/
local/
build/
profiles/
2021-12-27 01:08:45 +00:00
native
2022-08-19 02:51:46 +00:00
#//////////////////////////
# NPM
#//////////////////////////
2021-12-27 01:08:45 +00:00
node_modules/
#//////////////////////////
2022-08-19 02:51:46 +00:00
# VSCode
2021-12-27 01:08:45 +00:00
#//////////////////////////
.vscode/
2022-08-19 02:51:46 +00:00
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/