Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
cc_mz_003
Commits
d3debef1
Commit
d3debef1
authored
Dec 14, 2021
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: gitignore
parent
7f2c258b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
49 deletions
+49
-49
.gitignore
.gitignore
+49
-49
No files found.
.gitignore
View file @
d3debef1
/node_modules
#
/dist
#
/publish
#
/publish/form
#
/form/publish/*.zip
#
/publish/play
#
/node_modules
#
/build_android
#
/build_ios
#
/build_web_desktop
/dist
/publish
/publish/form
/form/publish/*.zip
/publish/play
/node_modules
/build_android
/build_ios
/build_web_desktop
#
#
/////////////////////////////////////////////////////////////////////////////
#
#
Fireball Projects
#
#
/////////////////////////////////////////////////////////////////////////////
#/////////////////////////////////////////////////////////////////////////////
# Fireball Projects
#/////////////////////////////////////////////////////////////////////////////
#
/library/
#
/temp/
#
/local/
#
/build/
/library/
/temp/
/local/
/build/
#
#
/////////////////////////////////////////////////////////////////////////////
#
#
npm files
#
#
/////////////////////////////////////////////////////////////////////////////
#/////////////////////////////////////////////////////////////////////////////
# npm files
#/////////////////////////////////////////////////////////////////////////////
#
npm-debug.log
#
node_modules/
npm-debug.log
node_modules/
#
#
/////////////////////////////////////////////////////////////////////////////
#
#
Logs and databases
#
#
/////////////////////////////////////////////////////////////////////////////
#/////////////////////////////////////////////////////////////////////////////
# Logs and databases
#/////////////////////////////////////////////////////////////////////////////
#
*.log
#
*.sql
#
*.sqlite
*.log
*.sql
*.sqlite
#
#
/////////////////////////////////////////////////////////////////////////////
#
#
files for debugger
#
#
/////////////////////////////////////////////////////////////////////////////
#/////////////////////////////////////////////////////////////////////////////
# files for debugger
#/////////////////////////////////////////////////////////////////////////////
#
*.sln
#
*.csproj
#
*.pidb
#
*.unityproj
#
*.suo
*.sln
*.csproj
*.pidb
*.unityproj
*.suo
#
#
/////////////////////////////////////////////////////////////////////////////
#
#
OS generated files
#
#
/////////////////////////////////////////////////////////////////////////////
#/////////////////////////////////////////////////////////////////////////////
# OS generated files
#/////////////////////////////////////////////////////////////////////////////
#
.DS_Store
#
ehthumbs.db
#
Thumbs.db
.DS_Store
ehthumbs.db
Thumbs.db
#
#
/////////////////////////////////////////////////////////////////////////////
#
#
WebStorm files
#
#
/////////////////////////////////////////////////////////////////////////////
#/////////////////////////////////////////////////////////////////////////////
# WebStorm files
#/////////////////////////////////////////////////////////////////////////////
#
.idea/
.idea/
#
#
//////////////////////////
#
#
VS Code files
#
#
//////////////////////////
#//////////////////////////
# VS Code files
#//////////////////////////
#
.vscode/
.vscode/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment