-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
88 lines (72 loc) · 2.26 KB
/
.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/target/
Java - IntelliJ/.idea/
Java - IntelliJ/.settings/
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
Java - IntelliJ/.idea/**/workspace.xml
Java - IntelliJ/.idea/**/tasks.xml
Java - IntelliJ/.idea/**/usage.statistics.xml
Java - IntelliJ/.idea/**/dictionaries
Java - IntelliJ/.idea/**/shelf
# Generated files
Java - IntelliJ/.idea/**/contentModel.xml
# Sensitive or high-churn files
Java - IntelliJ/.idea/**/dataSources/
Java - IntelliJ/.idea/**/dataSources.ids
Java - IntelliJ/.idea/**/dataSources.local.xml
Java - IntelliJ/.idea/**/sqlDataSources.xml
Java - IntelliJ/.idea/**/dynamic.xml
Java - IntelliJ/.idea/**/uiDesigner.xml
Java - IntelliJ/.idea/**/dbnavigator.xml
# Gradle
Java - IntelliJ/.idea/**/gradle.xml
Java - IntelliJ/.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
Java - IntelliJ/.idea/modules.xml
Java - IntelliJ/.idea/*.iml
Java - IntelliJ/.idea/modules
# CMake
cmake-build-*/
# Mongo Explorer plugin
Java - IntelliJ/.idea/**/mongoSettings.xml
# File-based project format
Java - IntelliJ/*.iws
# IntelliJ
Java - IntelliJ/out/
# mpeltonen/sbt-idea plugin
Java - IntelliJ/.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
Java - IntelliJ/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
Java - IntelliJ/.idea/httpRequests
# Android studio 3.1+ serialized cache file
Java - IntelliJ/.idea/caches/build_file_checksums.ser
Java - IntelliJ/Java - IntelliJ.rar
Java - IntelliJ/faceAnalysis.iml
Java - IntelliJ/.idea/artifacts/faceAnalysis_jar.xml
**\.idea\*
**\.settings\*
**/.idea/*
**/.settings/*
.idea/
.idea/*
.settings/
.settings/*
Java - IntelliJ/.idea/workspace.xml
Spring/upload-dir/
Frontend/FaceAnalysis/package-lock.json
Frontend/FaceAnalysis/package.json
Frontend/FaceAnalysis/package-lock.json
Frontend/FaceAnalysis/package.json
Spring deployment/