-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (32 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
35 lines (32 loc) · 1.04 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
##########################################
# READ BEFORE ALTERING THIS FILE
#
# Only files specific to this repo or that will be generated as part of using this repo should
# be ignored here. Files that are specific to particular development environments or users
# should be ignored in the global gitignore to ignore for all repos, or in .git/info/exclude
# to ignore for just this repo.
#
# Examples of appropriate files for each location:
# This file:
# junit files
# gradle build files
# test configuration and output, including coverage data
#
# Global gitignore
# Eclipse .settings, .project, and .pyproject files
# Mac .DS_store files
# VSCode .vscode directory
#
# .git/info/exclude
# Temporary code / notes while exploring new repo features
# Personal variations of test.cfg files, e.g. my-test.cfg, etc.
# Personal data used for manual testing
#
##########################################
/bin
/test.cfg
/junit*.properties
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build