-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (45 loc) · 899 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (45 loc) · 899 Bytes
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
# https://git-scm.com/docs/gitignore
# This .gitignore file contains patterns for ignorable files that appear
# frequently for our development environments. Less common patterns which are
# specific to the local environment should be added to the local Git config
# instead.
# Local configuration
application-local.yaml
# pdk-managed project-scoped Podman instance (./pdk set-engine podman)
/.podman/
# Dev-server session logs written by ./pdk dev-server, rotated in place
/.pdk-logs/
# JVM/Gradle
*.class
.classpath
.gradle/
build/
# Node.js/NPM/Yarn
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Visual Studio Code
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
bin/
*.cpuprofile
# IntelliJ IDEA
*.iml
*.iws
.idea/
out/
# Vim
.*.sw?
# OS-specific files
.directory
.DS_Store
[Dd]esktop.ini
Thumbs.db
# Common log/temporary file extensions
*~
*.bak
*.log
*.orig
*.tmp