generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
62 lines (52 loc) · 842 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
52
53
54
55
56
57
58
59
60
61
62
.intellijPlatform
.gradle
build/
/.kotlin/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
# Cache of project
.gradletasknamecache
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
.intellijPlatform/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
# NodeJs modules
**/node_modules/
**/.frontend-gradle-plugin/
**/.yarn/cache/
**/.yarn/install-state.gz
### jenv ###
.java-version
### asdf ###
.tool-versions
### macOS template
*.DS_Store
.AppleDouble
.LSOverride
# Log file
*.log
*.log.*
### Vim template
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
# Ignore project-fixture's workspace file
./project-fixture/.idea/workspace.xml