-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitignore.in
executable file
·27 lines (23 loc) · 1.23 KB
/
.gitignore.in
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
# =============================================================================
# ATTENTION, DO NOT EDIT THIS FILE!
# Instead, try to update the .gitignore.in file and then run
# ./gitignore.io.sh > .gitignore
# =============================================================================
# =============================================================================
# Modify the ignore_list variable below according to your needs
# type ./gitignore.io.sh list to display a list of all supported templates
# =============================================================================
# ignore_list=archives,eclipse,intellij,maven,java,cmake,svn,tortoisegit,osx,linux,windows
# =============================================================================
# =============================================================================
${gitignore_io}
# =============================================================================
# All files and directories starting with tilde (~) should be ignored
~*
# =============================================================================
# List all other custom gitignore entries below:
# =============================================================================
**/classes
dist/
!lib/*.jar
.idea/