forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
51 lines (46 loc) · 932 Bytes
/
.gitignore
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
# build output
id_rsa
node_modules
homedir/.m2/repository
homedir/.m2/.gradle-enterprise
homedir/.m2/build-cache
homedir/.m2/wrapper
homedir/.vim/backup/*
!homedir/.vim/backup/.gitignore
homedir/.vim/temp/*
!homedir/.vim/temp/.gitignore
homedir/.vim/.netrwhist
homedir/.vim/bundle/*
!homedir/.vim/bundle/.gitignore
!homedir/.vim/bundle/Vundle.vim
# log
*.log
/logs/
# db backups
*.bak
# intellij config files
/*.iml
/.idea/libraries/
/.idea/sonarIssues.xml
/.idea/workspace.xml
/.idea/dictionaries/tardy.xml
/.idea/jsLibraryMappings.xml
/.idea/uiDesigner.xml
/.idea/dataSources.*
/.idea/dataSources/*
/.idea/artifacts
/.idea/shelf
/.idea/jsLinters/eslint.xml
/.idea/compiler.xml
/.idea/sonarlint
# misc
.merge_file*
/src/main/resources/rebel.xml
.tern-project
.externalToolBuilders
.DocumentRevisions-V100
.fseventsd
/html-angular-validate-report-checkstyle.xml
/html-angular-validate-report.json
# test results
/testresults/*