mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
1 Commits
efff98d683
...
29579d13d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29579d13d4 |
@ -8,7 +8,7 @@ gradle-app.setting
|
|||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||||
!gradle-wrapper.jar
|
!gradle-wrapper.jar
|
||||||
|
|
||||||
# Avoid ignore Gradle wrapper properties
|
# Avoid ignore Gradle wrappper properties
|
||||||
!gradle-wrapper.properties
|
!gradle-wrapper.properties
|
||||||
|
|
||||||
# Cache of project
|
# Cache of project
|
||||||
|
|||||||
@ -1,53 +0,0 @@
|
|||||||
# Build System Artifacts
|
|
||||||
|
|
||||||
# MoonBit default build output directory.
|
|
||||||
_build/
|
|
||||||
# Local MoonBit package cache directory.
|
|
||||||
.mooncakes/
|
|
||||||
|
|
||||||
# Coverage and Test Artifacts
|
|
||||||
|
|
||||||
# Coverage reports generated by MoonBit tooling.
|
|
||||||
moonbit-coverage-*.txt
|
|
||||||
# Coverage output directory used by coverage commands.
|
|
||||||
_coverage/
|
|
||||||
# Bisect runtime coverage data file.
|
|
||||||
bisect.coverage
|
|
||||||
|
|
||||||
# JavaScript Target Artifacts
|
|
||||||
|
|
||||||
# Uncomment if generated JavaScript should be ignored.
|
|
||||||
# *.js
|
|
||||||
# Source map files generated for JavaScript output.
|
|
||||||
*.js.map
|
|
||||||
# Node.js dependencies used in JS target workflows.
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# WebAssembly Target Artifacts
|
|
||||||
|
|
||||||
# Compiled WebAssembly binaries.
|
|
||||||
*.wasm
|
|
||||||
# WebAssembly text format output.
|
|
||||||
*.wat
|
|
||||||
|
|
||||||
# MoonBit Pilot / Agent Artifacts
|
|
||||||
|
|
||||||
# MoonBit agent runtime state and temporary files.
|
|
||||||
.moonagent/
|
|
||||||
|
|
||||||
# LLVM Backend Artifacts
|
|
||||||
|
|
||||||
# LLVM textual intermediate representation (IR) files.
|
|
||||||
*.ll
|
|
||||||
# LLVM bitcode files.
|
|
||||||
*.bc
|
|
||||||
# Native object files from LLVM/native compilation.
|
|
||||||
*.o
|
|
||||||
# Generated assembly source files.
|
|
||||||
*.s
|
|
||||||
# Default executable output name on Unix-like systems.
|
|
||||||
*.out
|
|
||||||
# Native executable output on Windows.
|
|
||||||
*.exe
|
|
||||||
# macOS debug symbol bundles.
|
|
||||||
*.dSYM/
|
|
||||||
@ -130,7 +130,7 @@ ipython_config.py
|
|||||||
__pypackages__/
|
__pypackages__/
|
||||||
|
|
||||||
# Celery stuff
|
# Celery stuff
|
||||||
celerybeat-schedule*
|
celerybeat-schedule
|
||||||
celerybeat.pid
|
celerybeat.pid
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user