Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
java
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
eazydevelop-devcontainer-temp
java
Commits
aa66e433
Commit
aa66e433
authored
Aug 15, 2025
by
xiezhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
271 additions
and
0 deletions
+271
-0
Dockerfile
.devcontainer/Dockerfile
+2
-0
devcontainer.json
.devcontainer/devcontainer.json
+6
-0
.gitignore
.gitignore
+263
-0
No files found.
.devcontainer/Dockerfile
0 → 100644
View file @
aa66e433
FROM
ubuntu
\ No newline at end of file
.devcontainer/devcontainer.json
0 → 100644
View file @
aa66e433
{
"build"
:
{
"dockerfile"
:
"Dockerfile"
}
}
\ No newline at end of file
.gitignore
0 → 100644
View file @
aa66e433
# 依赖目录
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 运行时数据
pids
*.pid
*.seed
*.pid.lock
# 覆盖率目录
lib-cov
coverage/
*.lcov
# nyc 测试覆盖率
.nyc_output
# Grunt 中间存储
.grunt
# Bower 依赖目录
bower_components
# node-waf 配置
.lock-wscript
# 编译后的二进制文件
build/Release
# 依赖目录
jspm_packages/
# TypeScript 缓存
*.tsbuildinfo
# 可选的 npm 缓存目录
.npm
# 可选的 eslint 缓存
.eslintcache
# 微包
.pnp.*
# 测试覆盖率
coverage/
*.lcov
# 生产构建文件
dist/
build/
# 环境变量文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 日志文件
logs
*.log
# 运行时数据
pids
*.pid
*.seed
*.pid.lock
# 目录用于存放 npm 包
.npm
# 目录用于存放可选的 REPL 历史
.node_repl_history
# 输出目录
out/
dist/
# 临时文件夹
tmp/
temp/
# 编辑器目录和文件
.vscode/
.idea/
*.swp
*.swo
*~
# OS 生成的文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# 缓存目录
.cache/
.parcel-cache/
# 本地配置文件
*.local
# 数据库文件
*.db
*.sqlite
# 压缩文件
*.zip
*.tar.gz
*.rar
# 备份文件
*.bak
*.backup
# 临时文件
*.tmp
*.temp
# 系统文件
Thumbs.db
ehthumbs.db
Desktop.ini
# 日志文件
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# 运行时数据
pids
*.pid
*.seed
*.pid.lock
# 覆盖率目录
lib-cov
coverage/
*.lcov
# nyc 测试覆盖率
.nyc_output
# Grunt 中间存储
.grunt
# Bower 依赖目录
bower_components
# node-waf 配置
.lock-wscript
# 编译后的二进制文件
build/Release
# 依赖目录
jspm_packages/
# TypeScript 缓存
*.tsbuildinfo
# 可选的 npm 缓存目录
.npm
# 可选的 eslint 缓存
.eslintcache
# 微包
.pnp.*
# 测试覆盖率
coverage/
*.lcov
# 生产构建文件
dist/
build/
# 环境变量文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 日志文件
logs
*.log
# 运行时数据
pids
*.pid
*.seed
*.pid.lock
# 目录用于存放 npm 包
.npm
# 目录用于存放可选的 REPL 历史
.node_repl_history
# 输出目录
out/
dist/
# 临时文件夹
tmp/
temp/
# 编辑器目录和文件
.vscode/
.idea/
*.swp
*.swo
*~
# OS 生成的文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# 缓存目录
.cache/
.parcel-cache/
# 本地配置文件
*.local
# 数据库文件
*.db
*.sqlite
# 压缩文件
*.zip
*.tar.gz
*.rar
# 备份文件
*.bak
*.backup
# 临时文件
*.tmp
*.temp
# 系统文件
Thumbs.db
ehthumbs.db
Desktop.ini
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