mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 03:07:04 +02:00
Compare commits
7 Commits
c0bbd41387
...
f1935bc2ed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1935bc2ed | ||
|
|
1046d8fba6 | ||
|
|
b632b12ac9 | ||
|
|
47eaa84be9 | ||
|
|
4a96a23dfd | ||
|
|
071d8034a4 | ||
|
|
851683c443 |
@ -1,34 +1,45 @@
|
||||
# Gradle files
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
# Local configuration
|
||||
local.properties
|
||||
|
||||
# Log/OS Files
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Android Studio generated files and folders
|
||||
# Android Studio / IntelliJ
|
||||
*.iml
|
||||
.idea/
|
||||
|
||||
# Android generated files
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
*.aab
|
||||
*.apk
|
||||
*.ap_
|
||||
*.aab
|
||||
output-metadata.json
|
||||
|
||||
# IntelliJ
|
||||
*.iml
|
||||
.idea/
|
||||
misc.xml
|
||||
deploymentTargetDropDown.xml
|
||||
render.experimental.xml
|
||||
|
||||
# Keystore files
|
||||
# Keystore files (never commit these)
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Google Services (e.g. APIs or Firebase)
|
||||
# Google Services
|
||||
google-services.json
|
||||
google-services.plist
|
||||
|
||||
# Android Profiling
|
||||
# Firebase Crashlytics / Performance
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
|
||||
# NDK / CMake
|
||||
obj/
|
||||
|
||||
# Profiling
|
||||
*.hprof
|
||||
|
||||
# OS-specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
53
MoonBit.gitignore
Normal file
53
MoonBit.gitignore
Normal file
@ -0,0 +1,53 @@
|
||||
# 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/
|
||||
Loading…
Reference in New Issue
Block a user