Skip to content

Commit 5ba2188

Browse files
authored
Merge pull request #26 from LuaPlusPlus/1.0.1
Update gitignore.
2 parents 76952c7 + ae4e8cc commit 5ba2188

File tree

1 file changed

+69
-2
lines changed

1 file changed

+69
-2
lines changed

.gitignore

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,69 @@
1-
# Project exclude paths
2-
.idea/**
1+
2+
# User-specific stuff
3+
.idea/**/workspace.xml
4+
.idea/**/tasks.xml
5+
.idea/**/usage.statistics.xml
6+
.idea/**/dictionaries
7+
.idea/**/shelf
8+
9+
# Generated files
10+
.idea/**/contentModel.xml
11+
12+
# Sensitive or high-churn files
13+
.idea/**/dataSources/
14+
.idea/**/dataSources.ids
15+
.idea/**/dataSources.local.xml
16+
.idea/**/sqlDataSources.xml
17+
.idea/**/dynamic.xml
18+
.idea/**/uiDesigner.xml
19+
.idea/**/dbnavigator.xml
20+
21+
# Gradle
22+
.idea/**/gradle.xml
23+
.idea/**/libraries
24+
25+
# Gradle and Maven with auto-import
26+
# When using Gradle or Maven with auto-import, you should exclude module files,
27+
# since they will be recreated, and may cause churn. Uncomment if using
28+
# auto-import.
29+
# .idea/artifacts
30+
# .idea/compiler.xml
31+
# .idea/jarRepositories.xml
32+
# .idea/modules.xml
33+
# .idea/*.iml
34+
# .idea/modules
35+
# *.iml
36+
# *.ipr
37+
38+
# CMake
39+
cmake-build-*/
40+
41+
# Mongo Explorer plugin
42+
.idea/**/mongoSettings.xml
43+
44+
# File-based project format
45+
*.iws
46+
47+
# IntelliJ
48+
out/
49+
50+
# mpeltonen/sbt-idea plugin
51+
.idea_modules/
52+
53+
# JIRA plugin
54+
atlassian-ide-plugin.xml
55+
56+
# Cursive Clojure plugin
57+
.idea/replstate.xml
58+
59+
# Crashlytics plugin (for Android Studio and IntelliJ)
60+
com_crashlytics_export_strings.xml
61+
crashlytics.properties
62+
crashlytics-build.properties
63+
fabric.properties
64+
65+
# Editor-based Rest Client
66+
.idea/httpRequests
67+
68+
# Android studio 3.1+ serialized cache file
69+
.idea/caches/build_file_checksums.ser

0 commit comments

Comments
 (0)