mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
34 lines
273 B
Plaintext
34 lines
273 B
Plaintext
# Clojure
|
|
.cpcache
|
|
|
|
# Gradle
|
|
.gradle/
|
|
build/
|
|
gradle.properties
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.idea
|
|
|
|
# Eclipse
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
bin/
|
|
|
|
# VS Code
|
|
.vs-code/
|
|
|
|
# Sublime
|
|
*.sublime-workspace
|
|
|
|
# Other
|
|
*~
|
|
.serverless/
|
|
package.json
|
|
package-lock.json
|
|
node_modules/
|
|
out/
|