JM_KA/.gitignore

24 lines
357 B
Plaintext
Raw Normal View History

2021-12-27 01:08:45 +00:00
2023-03-10 06:35:40 +00:00
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
library/
temp/
local/
build/
profiles/
2021-12-27 01:08:45 +00:00
native
2023-03-10 06:35:40 +00:00
#//////////////////////////
# NPM
#//////////////////////////
2021-12-27 01:08:45 +00:00
node_modules/
2022-09-04 04:01:59 +00:00
#//////////////////////////
2023-03-10 06:35:40 +00:00
# VSCode
2022-09-04 04:01:59 +00:00
#//////////////////////////
2023-03-10 06:35:40 +00:00
.vscode/
2022-09-04 04:01:59 +00:00
2021-12-27 01:08:45 +00:00
#//////////////////////////
2023-03-10 06:35:40 +00:00
# WebStorm
2021-12-27 01:08:45 +00:00
#//////////////////////////
2023-03-10 06:35:40 +00:00
.idea/