mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
17 Commits
9cefd27341
...
747f6d7caa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
747f6d7caa | ||
|
|
ca6c873762 | ||
|
|
7338c62e90 | ||
|
|
3407009677 | ||
|
|
8224d3117f | ||
|
|
e5414fa4fe | ||
|
|
cff16449a5 | ||
|
|
8f2f1edc2c | ||
|
|
411ca2450b | ||
|
|
6502030068 | ||
|
|
d36057a9f8 | ||
|
|
48c777b699 | ||
|
|
57db0f3a6b | ||
|
|
52833a1343 | ||
|
|
844333a10b | ||
|
|
b7562cc78e | ||
|
|
b5bf7e40ff |
@ -23,7 +23,6 @@
|
||||
*.dll
|
||||
*.so.*
|
||||
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
68
Global/Agents.gitignore
Normal file
68
Global/Agents.gitignore
Normal file
@ -0,0 +1,68 @@
|
||||
# AI agents and assistants
|
||||
#
|
||||
# Some common agent instruction and project configuration files are listed
|
||||
# below as commented-out examples. They are often intentionally committed and
|
||||
# shared with a team, so only uncomment them if they are local-only in your
|
||||
# project.
|
||||
|
||||
# GEMINI.md
|
||||
# WARP.md
|
||||
# CRUSH.md
|
||||
# QWEN.md
|
||||
|
||||
# OpenAI Codex
|
||||
# AGENTS.md
|
||||
# .codex/
|
||||
|
||||
# Aider
|
||||
.aider.input.history
|
||||
.aider.chat.history.md
|
||||
.aider.llm.history
|
||||
.aider.tags.cache.v*
|
||||
# .aiderignore
|
||||
|
||||
# Claude Code
|
||||
.claude/*.local.json
|
||||
.claude/**/*.log
|
||||
CLAUDE.local.md
|
||||
# .claude/
|
||||
|
||||
# Gemini CLI
|
||||
gemini-debug.log
|
||||
.gemini-clipboard/
|
||||
# .gemini/
|
||||
|
||||
# Cursor AI
|
||||
# .cursorrules
|
||||
# .cursor/
|
||||
# .cursor.json
|
||||
# .cursor-settings.yaml
|
||||
|
||||
# Continue
|
||||
# .continue/
|
||||
# .continuerc.json
|
||||
|
||||
# Cline
|
||||
# .cline/
|
||||
# .clinerules
|
||||
# cline.json
|
||||
|
||||
# Other agent/editor project config
|
||||
# .warp/
|
||||
# .crush/
|
||||
# .codeium/
|
||||
# .deepseek/
|
||||
# .amazon-codewhisperer/
|
||||
# .tabnineignore
|
||||
# .tabnine/
|
||||
|
||||
# GitHub Copilot
|
||||
# .github/copilot-instructions.md
|
||||
|
||||
# Windsurf Editor
|
||||
# .windsurfrules
|
||||
# .windsurf/
|
||||
|
||||
# Replit AI Development
|
||||
# .replit
|
||||
# replit.nix
|
||||
@ -4,6 +4,7 @@
|
||||
*.autosave
|
||||
*.slx.r*
|
||||
*.mdl.r*
|
||||
*.bak
|
||||
|
||||
# Derived content-obscured files
|
||||
*.p
|
||||
|
||||
47
Lasal.gitignore
Normal file
47
Lasal.gitignore
Normal file
@ -0,0 +1,47 @@
|
||||
## LASAL ###
|
||||
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
|
||||
|
||||
# lasal screen/visu runtime folders generated during build
|
||||
**/Runtime
|
||||
**/BAK
|
||||
**/Language
|
||||
**/TempPreview
|
||||
|
||||
# lasal class runtime folders generated during build
|
||||
ProjectInternal
|
||||
Internal
|
||||
**/Network/*/*.st
|
||||
**/Drive/*.st
|
||||
|
||||
# bootdisk files
|
||||
**/Bootdisk
|
||||
|
||||
# various filetypes generated at runtime or used for internal backups
|
||||
*.ldi
|
||||
*.bak
|
||||
*.lob
|
||||
*.lba
|
||||
*.lcb
|
||||
*.lock
|
||||
*.plc
|
||||
*.7z
|
||||
*.zip
|
||||
*.lcc
|
||||
*.lds
|
||||
|
||||
# tag files generated by the compiler
|
||||
*.mme
|
||||
**/MaeExp.txt
|
||||
**/MaeExp.xml
|
||||
|
||||
# SigCLib requires lba and lob files
|
||||
!cObjLib.lob
|
||||
!cObjLib.lba
|
||||
|
||||
# opc related classes added automatically from lasal instance
|
||||
!**/Class/OPC_UA/**
|
||||
!**/Class/OPC_UA_Client/**
|
||||
!**/Class/OPC_UA_Server/**
|
||||
!**/Class/OPC_UA_ModuleBase/**
|
||||
!**/Class/OPC_UA_AddressSpace/**
|
||||
!**/Class/OPC_UA_OpenSSL_v1_1_1/**
|
||||
76
Spring.gitignore
Normal file
76
Spring.gitignore
Normal file
@ -0,0 +1,76 @@
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Build
|
||||
target/
|
||||
build/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# Maven
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
pom.xml.next
|
||||
release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
*.iml
|
||||
out/
|
||||
.vscode/
|
||||
|
||||
# Eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# NetBeans
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Temp
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# Env / secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
Loading…
Reference in New Issue
Block a user