-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Expand file tree
/
Copy path.ratignore
More file actions
113 lines (113 loc) · 2.32 KB
/
.ratignore
File metadata and controls
113 lines (113 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# License files
licenses/LICENSE-*.txt
src/assemble/README.bin.txt
src/assemble/LICENSE.bin.txt
src/assemble/NOTICE.bin.txt
# Services files
**/META-INF/services/*
# Generated Protobuf files
src/main/java/org/apache/bookkeeper/mledger/proto/MLDataFormats.java
src/main/java/org/apache/pulsar/broker/service/schema/proto/SchemaRegistryFormat.java
bin/proto/MLDataFormats_pb2.py
# Generated Avro files
**/avro/generated/*.java
**/*.avsc
# Generated Flatbuffer files (Kinesis)
**/org/apache/pulsar/io/kinesis/fbs/*.java
# Imported from Netty
src/main/java/org/apache/bookkeeper/mledger/util/AbstractCASReferenceCounted.java
# Maven build artifacts
**/dependency-reduced-pom.xml
# HdrHistogram output files
**/*.hgrm
# ProGuard/R8 rules
**/*.pro
# Go module configs
pulsar-client-go/go.mod
pulsar-client-go/go.sum
pulsar-function-go/go.mod
pulsar-function-go/go.sum
pulsar-function-go/examples/go.mod
pulsar-function-go/examples/go.sum
# HashProvider service file
**/META-INF/services/com.scurrilous.circe.HashProvider
# Django generated code
**/django/stats/migrations/*.py
**/conf/uwsgi_params
# Certificates and keys
**/*.crt
**/*.key
**/*.csr
**/*.srl
**/*.txt
**/*.pem
**/*.json
**/*.htpasswd
**/src/test/resources/athenz.conf.test
deployment/terraform-ansible/templates/myid
**/certificate-authority/index.txt
**/certificate-authority/serial
**/certificate-authority/README.md
# ZK test data
**/zk-3.5-test-data/*
# Python requirements
**/requirements.txt
# Configuration templates
conf/schema_example.json
**/templates/*.tpl
# Helm
**/.helmignore
**/_helpers.tpl
# Project/IDE files
**/*.md
.github/**
**/*.nar
**/.terraform/**
**/.gitignore
**/.gitattributes
**/.svn
**/*.iws
**/*.ipr
**/*.iml
**/*.cbp
**/*.pyc
**/.classpath
**/.project
**/.settings
**/target/**
**/*.log
**/build/**
**/file:/**
**/SecurityAuth.audit*
**/site2/**
**/.idea/**
**/.vscode/**
**/.mvn/**
**/*.a
**/*.so
**/*.so.*
**/*.dylib
**/*.patch
src/test/resources/*.txt
**/*_pb2.py
**/*_pb2_grpc.py
# Test output (local builds)
**/test-output/**
# Generated LightProto files
**/generated-lightproto/**
# Generated source files (e.g. Protobuf, Avro)
**/generated-sources/**
# Local runtime data
**/data/**
**/logs/**
# Hidden directories (AI tools, etc.)
.*/**
# Gradle/Kotlin files
.gradle/**
gradle/wrapper/**
**/.gradle/**
**/.kotlin/**
**/gradle/wrapper/**
gradlew
gradlew.bat
gradle/libs.versions.toml